brisky-struct
Advanced tools
Comparing version 1.1.5 to 1.1.7-2d4ee4262788a33d20150d41d36a735fb0a52ba6
{ | ||
"name": "brisky-struct", | ||
"description": "An observable data structure", | ||
"version": "1.1.5", | ||
"version": "1.1.7-2d4ee4262788a33d20150d41d36a735fb0a52ba6", | ||
"main": "dist/index.js", | ||
@@ -9,9 +9,10 @@ "module": "dist/index.es.js", | ||
"scripts": { | ||
"build": "rollup -c rollup/dist.js", | ||
"watch": "rollup -c rollup/dist.js -w", | ||
"build": "rollup -c rollup/build.js", | ||
"watch": "rollup -c rollup/build.js -w", | ||
"pretest": "npm run build && standard", | ||
"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 | sed 's/\\//-/g')", | ||
"prepublish": "npm run build", | ||
"postinstall": "[ -d dist ] || npm run build || ( mkdir dist && yarn && npm run build );", | ||
"test": "node test/index.js", | ||
"dev": "rollup -c rollup/dist.js -w & nodemon --harmony-async-await test/index.js", | ||
"dev": "rollup -c rollup/build.js -w & nodemon --harmony-async-await test/index.js", | ||
"cover": "nyc npm test", | ||
@@ -24,2 +25,5 @@ "travis": "nyc npm test && nyc report --reporter=text-lcov | coveralls" | ||
}, | ||
"browser": { | ||
"./src/methods/inspect": {} | ||
}, | ||
"keywords": [ | ||
@@ -43,3 +47,4 @@ "data structure", | ||
"dependencies": { | ||
"brisky-stamp": "^3.0.12" | ||
"brisky-stamp": "^4.0.0", | ||
"string-hash": "^1.1.0" | ||
}, | ||
@@ -46,0 +51,0 @@ "devDependencies": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
601753
5423
0
2
1
+ Addedstring-hash@^1.1.0
+ Addedbrisky-stamp@4.0.1(transitive)
+ Addedstring-hash@1.1.3(transitive)
- Removedbrisky-stamp@3.0.12(transitive)
- Removeddom-walk@0.1.2(transitive)
- Removedglobal@4.4.0(transitive)
- Removedmin-document@2.19.0(transitive)
- Removedprocess@0.11.10(transitive)
Updatedbrisky-stamp@^4.0.0