←back to thread

1208 points jamesberthoty | 1 comments | | HN request time: 0.001s | source
Show context
hacker_homie ◴[] No.45269580[source]
I’m not sure language package mangers were a good idea at all. Dependencies were supposed to be painful. If the language needed some functionality built in it was supposed to go into the standard library, I understand that for JS this isn’t feasible.
replies(3): >>45269627 #>>45269671 #>>45273684 #
1. Sankozi ◴[] No.45273684[source]
It is not package managers. It is due to the poor NPM ecosystem: lots of crappy packages (like left-pad), auto updates, lots of dependencies, post install scripts, insecure language.

These security problems happen much less often in other ecosystems. There is nothing even remotely as bad as NPM.