brisky-struct
Advanced tools
Comparing version 1.1.7-7c8d696807a9195ddf16a03cda516bcabf8e15d8 to 1.1.7-8d5b27ba8e69aeaaa18d2758bf275cb3efe6e300
{ | ||
"name": "brisky-struct", | ||
"description": "An observable data structure", | ||
"version": "1.1.7-7c8d696807a9195ddf16a03cda516bcabf8e15d8", | ||
"version": "1.1.7-8d5b27ba8e69aeaaa18d2758bf275cb3efe6e300", | ||
"main": "dist/index.js", | ||
@@ -13,5 +13,4 @@ "module": "dist/index.es.js", | ||
"version-commit": "npm --no-git-tag-version version $(node -pe \"require('./package.json').version.split('-')[0]\")-$(git log -n 1 --pretty=format:'%H')", | ||
"publish-branch": "npm run version-commit && npm publish --tag $(git rev-parse --abbrev-ref HEAD)", | ||
"publish-unstable": "npm run version-commit && npm publish --tag unstable", | ||
"prepublish": "npm run build", | ||
"postinstall": "[ -d dist ] || npm run build || ( mkdir dist && npm install --only=dev && npm run build );", | ||
"test": "node test/index.js", | ||
@@ -18,0 +17,0 @@ "dev": "rollup -c rollup/build.js -w & nodemon --harmony-async-await test/index.js", |
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
0
601537