logoalt Hacker News

montroseryesterday at 11:23 PM2 repliesview on HN

I agree with much of what you said here, but is it really just about the package manager? If I had specified this repo's git url with a specific version number or sha directly in my package.json, the outcome would be just about the same. And so that's not really an end-run around version control at that point. Even with npm out of the picture the problem is still there.


Replies

cxrtoday at 5:58 AM

> If I had specified this repo's git url with a specific version number or sha directly in my package.json[…] that's not really an end-run around version control at that point

Yes it is. Git doesn't operate based on package.json.

You're still trying to devise a scheme where, instead of Git tracking the source code of what you're building and deploying and/or turning into a release, you're excluding parts of that content from Git's purview. That's doing an end-run around the VCS.

show 1 reply
Gigachadtoday at 12:37 AM

The root problem is the OS allows npm packages to grab your WhatsApp messages without the user knowing.

show 2 replies