@chisel/steroids
Advanced tools
Comparing version 1.1.6 to 1.1.7
{ | ||
"name": "@chisel/steroids", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"description": "Framework for building Node.js servers with Express on steroids!", | ||
@@ -13,3 +13,3 @@ "main": "./bin/sd.js", | ||
"fetch-template": "echo \"Fetching Steroids template...\" && rm -f ./template.tar.gz && rm -rf ./template && git clone git@github.com:chisel/steroids-template.git ./template && cd ./template && rm -r .git && rm README.md && cd .. && node ./pack-template.js && rm -rf ./template", | ||
"postinstall": "echo \"Unpacking Steroids template...\" && node unpack-template.js && rm -f ./template.tar.gz" | ||
"postinstall": "echo \"Unpacking Steroids template...\" && node unpack-template.js" | ||
}, | ||
@@ -16,0 +16,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
135728