vscode-zap
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -5,3 +5,3 @@ { | ||
"description": "WIP", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"publisher": "sqs", | ||
@@ -25,3 +25,3 @@ "preview": true, | ||
"watch": "tsc -w -p ./", | ||
"postinstall": "[ -n \"$VSCODE_PID\" ] && node ./node_modules/vscode/bin/install", | ||
"postinstall": "[ -n \"$VSCODE_PID\" ] && node ./node_modules/vscode/bin/install || echo skipping vscode extension installation because we are not running in vscode", | ||
"test": "node ./node_modules/vscode/bin/test", | ||
@@ -28,0 +28,0 @@ "vscode-isolated": "yarn run compile && VSCODE=$(which code-insiders || which code || echo ERROR: neither the code nor code-insiders vscode executable is installed); USER=dummy-dont-share-vscode-instance $VSCODE --user-data-dir=$PWD/.vscode-dev/user-data --extensionHomePath=$PWD/.vscode-dev/extensions --extensionDevelopmentPath=$PWD $*", |
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
166804