Comparing version 0.8.0 to 0.9.0
{ | ||
"name": "qontract", | ||
"version": "0.8.0", | ||
"version": "0.9.0", | ||
"description": "Node wrapper for qontract", | ||
@@ -9,3 +9,3 @@ "main": "dist/index.js", | ||
"build": "rimraf dist && ./node_modules/.bin/babel src --extensions '.ts,.js' -d dist", | ||
"postinstall": "npm run build && rimraf qontract.jar && node dist/index.js" | ||
"postinstall": "rimraf qontract.jar && node dist/index.js" | ||
}, | ||
@@ -12,0 +12,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
11592