grpc-test-cli
Advanced tools
Comparing version 1.0.0 to 1.1.0
{ | ||
"name": "grpc-test-cli", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "", | ||
@@ -9,3 +9,3 @@ "main": "index.js", | ||
"scripts": { | ||
"preinstall": "node install.js", | ||
"preinstall": "node ./src/install.js", | ||
"prepack": "(rm -r ./src/util/ || true)", | ||
@@ -12,0 +12,0 @@ "test": "echo \"Error: no test specified\" && exit 1" |
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
397