Sunday, October 13, 2019

What does npm Pack do ?

Running npm pack on the folder where the Express or Node JS files are present, just zips the files and gives a compressed file. Nothing more!.. If unzip, we can notice the files which are originally source codes are still present as is!. Nothing much it does if looking for a mangled source code.


References:
https://docs.npmjs.com/cli/pack.html

No comments:

Post a Comment