| ▲ | n_e 4 hours ago | |
> it used to be that projects that pinned deps were called out as being less secure due to not being able to receive updates without a publish. This is still the right advice for libraries. For security it doesn’t matter a whole lot anymore as package managers can force the transitive dependencies version, but it allows for much better transitive dependency de duplication. For non-libraries it doesn’t matter as the exact versions get pinned in the package-lock. | ||