package.json security issue
Under what circumstances? I was using webpack 3.8.1 and run webpack build after build i got main.[chunkhash:8].js At that time my package.json data was included in main.xxxx.js file. That makes secure issue when i deployed that onto service. Actually i used private npm module own private npm repository. At this point, someone read my main.js file and got the package.json data. After that, he cre..
2021.03.25