bigbrother-webpack-plugin
Advanced tools
Comparing version 1.1.4 to 1.1.5
{ | ||
"name": "bigbrother-webpack-plugin", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "bigbrother client", | ||
@@ -11,3 +11,3 @@ "main": "lib/index.js", | ||
"clean": "rimraf ./lib", | ||
"postinstall": "node ./scripts/postinstall.js", | ||
"postinstall": "node postinstall.js", | ||
"build": "npm run clean && tsc", | ||
@@ -14,0 +14,0 @@ "test": "npm run build && TEST=1 mocha -r ts-node/register test/*.test.ts test/**/*.test.ts", |
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
24817