brisky-struct
Advanced tools
Comparing version 1.1.7-7c8d696807a9195ddf16a03cda516bcabf8e15d8 to 1.1.7-7f398b2252470239555121110f7ee1cd796df8cd
{ | ||
"name": "brisky-struct", | ||
"description": "An observable data structure", | ||
"version": "1.1.7-7c8d696807a9195ddf16a03cda516bcabf8e15d8", | ||
"version": "1.1.7-7f398b2252470239555121110f7ee1cd796df8cd", | ||
"main": "dist/index.js", | ||
"module": "dist/index.es.js", | ||
"jsnext:main": "dist/index.es.js", | ||
"scripts": { | ||
"build": "rollup -c rollup/build.js", | ||
"watch": "rollup -c rollup/build.js -w", | ||
"pretest": "npm run build && standard", | ||
"build": "builder-boy src/index.js dist/index.js", | ||
"lint": "standard --fix", | ||
"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", | ||
"pretest": "npm run build", | ||
"prepublish": "npm run build", | ||
"postinstall": "[ -d dist ] || npm run build || ( mkdir dist && npm install --only=dev && npm run build );", | ||
"test": "node test/index.js", | ||
"dev": "rollup -c rollup/build.js -w & nodemon --harmony-async-await test/index.js", | ||
"cover": "nyc npm test", | ||
"travis": "nyc npm test && nyc report --reporter=text-lcov | coveralls" | ||
}, | ||
"precommit": "lint, test", | ||
"repository": { | ||
@@ -50,2 +47,3 @@ "type": "git", | ||
"devDependencies": { | ||
"builder-boy": "latest", | ||
"source-map-support": "^0.4.7", | ||
@@ -56,6 +54,2 @@ "nyc": "^10.0.0", | ||
"pre-commit": "^1.1.3", | ||
"rollup": "^0.37.0", | ||
"rollup-plugin-commonjs": "^6.0.0", | ||
"rollup-plugin-node-resolve": "^2.0.0", | ||
"rollup-watch": "^2.5.0", | ||
"standard": "^8.1.0", | ||
@@ -62,0 +56,0 @@ "tape": "4.6.0" |
Sorry, the diff of this file is too big to display
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
8
0
186097
4
2877