|
|
|
|
|
by pcwalton
3743 days ago
|
|
> If you add a dependency for just a few lines of code, you're making a way bigger commitment than if you'd just copy/pasted the code and maintained it yourself. This is a problem with NPM, not with dependencies. With different package management systems with stable builds and lockfiles, then you pin to a specific version and there is no way upstream can cause problems. A lockfile is a pure win over vendoring. |
|
The only way to prevent this is to have your own local server for third party package repository.