简体   繁体   中英

Who reviews npm packages?

I have just started to use nodejs and npm when learning react native. Various tutorials talk about installing packages using npm. I am always cautious about installing software from the Internet. So, wanted to know if the node packages are reviewed to reduce the risk of malicious intent?

Also, do node packages have a limited scope (are somehow sandboxed, have limited ability to do damage, etc)??

No one reviews them and there is no sandbox. Caveat emptor. If there is something malicious it has to be reported by users, at which point npm inc will review it.

NPM, Inc is the company behind the package manager. You can look at their security policies .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM