brisky-struct
Advanced tools
Comparing version 1.1.5 to 1.1.7-8e9437ae737dde513e151908405c98f30bb2acb2
{ | ||
"name": "brisky-struct", | ||
"description": "An observable data structure", | ||
"version": "1.1.5", | ||
"version": "1.1.7-8e9437ae737dde513e151908405c98f30bb2acb2", | ||
"main": "dist/index.js", | ||
@@ -9,9 +9,11 @@ "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-commit": "npm run version-commit && npm publish --tag unstable", | ||
"prepublish": "npm run build", | ||
"postinstall": "[ -d dist ] || npm run build || ( mkdir dist && yarn && 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/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 +26,5 @@ "travis": "nyc npm test && nyc report --reporter=text-lcov | coveralls" | ||
}, | ||
"browser": { | ||
"./src/methods/inspect": {} | ||
}, | ||
"keywords": [ | ||
@@ -43,3 +48,4 @@ "data structure", | ||
"dependencies": { | ||
"brisky-stamp": "^3.0.12" | ||
"brisky-stamp": "^4.0.0", | ||
"string-hash": "^1.1.0" | ||
}, | ||
@@ -46,0 +52,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
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
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
601648
5421
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