Comparing version 1.7.13 to 1.7.14
{ | ||
"name": "flamebird", | ||
"version": "1.7.13", | ||
"version": "1.7.14", | ||
"description": "wonderful task manager for Procfile-based or npm-based applications", | ||
@@ -9,3 +9,4 @@ "main": "flamebird.js", | ||
"lint-js": "eslint .", | ||
"postinstall": "node_modules/.bin/webpack --config webpack.config.js" | ||
"build-prod": "webpack --config webpack.config.js", | ||
"postinstall": "yarn build-prod" | ||
}, | ||
@@ -12,0 +13,0 @@ "repository": { |
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
472337