|
|
|
|
|
by Bartweiss
2459 days ago
|
|
Someone upthread asked "why is NPM different from PyPi/pip in this?" There are lots of practical answers - PyPi is open source, Python packages aren't so fragmented, and so on. But honestly, a huge part of the difference is that PyPi has sponsors like PyPi and AWS using its baseline implementation. NPM's private repository system means the public system just doesn't have that kind of pressure on it. |
|
What if a minor version change contains a relicensing of the library, for instance?