brisky-struct
Advanced tools
Comparing version 0.0.33 to 1.0.2
{ | ||
"name": "brisky-struct", | ||
"description": "An observable data structure", | ||
"version": "0.0.33", | ||
"main": "lib/index.js", | ||
"version": "1.0.2", | ||
"main": "dist/index.js", | ||
"module": "dist/index.es.js", | ||
"jsnext:main": "dist/index.es.js", | ||
"scripts": { | ||
"test": "(ducktape; node test) | tap-spec && standard", | ||
"dev": "nodemon --harmony-async-await test | tap-spec", | ||
"dev-browser": "budo ./test/index.js -p 8080 --live", | ||
"dev-perf": "nodemon test/performance/index.js --expose-gc | tap-spec", | ||
"dev-perf-transpile": "cd ./test/performance && buble ./index.js | node | tap-spec", | ||
"dev-perf-browser": "budo ./test/performance/index.js -p 8080 --live", | ||
"dev-perf-webgl": "budo ./test/performance/webgl.js -p 8080 --live", | ||
"dev-perf-canvas": "budo ./test/performance/webgl.js -p 8080 --live", | ||
"cover": "istanbul cover --report none --print detail test/index.js", | ||
"travis": "npm run cover -s && istanbul report lcov && ((cat coverage/lcov.info | coveralls) || exit 0) && standard" | ||
"build": "rollup -c rollup/dist.js", | ||
"watch": "rollup -c rollup/dist.js -w", | ||
"pretest": "npm run build && standard", | ||
"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", | ||
"cover": "nyc npm test", | ||
"travis": "nyc npm test && nyc report --reporter=text-lcov | coveralls" | ||
}, | ||
@@ -31,35 +32,24 @@ "repository": { | ||
], | ||
"nyc": { | ||
"include": [ | ||
"dist/index.js" | ||
], | ||
"sourceMap": true, | ||
"instrument": true | ||
}, | ||
"dependencies": { | ||
"brisky-stamp": "^2.1.1", | ||
"bubleify": "0.5.1", | ||
"monotonic-timestamp": "0.0.9" | ||
"brisky-stamp": "^3.0.11" | ||
}, | ||
"browser": { | ||
"./test/index.js": "./test/browser.js" | ||
}, | ||
"browserify": { | ||
"transform": [ | ||
"bubleify" | ||
] | ||
}, | ||
"devDependencies": { | ||
"brisky-base": "^4.0.0", | ||
"brisky-performance": "^1.4.2", | ||
"buble": "0.14.0", | ||
"budo": "^9.0.0", | ||
"source-map-support": "^0.4.7", | ||
"nyc": "^10.0.0", | ||
"coveralls": "^2.11.9", | ||
"ducktape": "^1.0.0", | ||
"immutable": "^3.8.1", | ||
"istanbul": "^0.4.3", | ||
"nodemon": "^1.11.0", | ||
"observ": "0.2.0", | ||
"pixi.js": "^4.2.2", | ||
"pre-commit": "^1.1.3", | ||
"redux": "^3.6.0", | ||
"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", | ||
"stats-js": "1.0.0-alpha1", | ||
"tap-spec": "4.1.1", | ||
"tape": "4.6.0", | ||
"vigour-observable": "^3.0.0", | ||
"vigour-state": "^4.8.2" | ||
"tape": "4.6.0" | ||
}, | ||
@@ -66,0 +56,0 @@ "author": "jim de beer", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
533717
1
11
0
7
4723
1
1
+ Addedbrisky-stamp@3.0.12(transitive)
+ Addeddom-walk@0.1.2(transitive)
+ Addedglobal@4.4.0(transitive)
+ Addedmin-document@2.19.0(transitive)
+ Addedprocess@0.11.10(transitive)
- Removedbubleify@0.5.1
- Removedmonotonic-timestamp@0.0.9
- Removedacorn@3.3.0(transitive)
- Removedacorn-jsx@3.0.1(transitive)
- Removedacorn-object-spread@1.0.0(transitive)
- Removedansi-regex@2.1.1(transitive)
- Removedansi-styles@2.2.1(transitive)
- Removedbrisky-stamp@2.1.7(transitive)
- Removedbuble@0.12.5(transitive)
- Removedbubleify@0.5.1(transitive)
- Removedchalk@1.1.3(transitive)
- Removedescape-string-regexp@1.0.5(transitive)
- Removedhas-ansi@2.0.0(transitive)
- Removedmagic-string@0.14.0(transitive)
- Removedminimist@1.2.8(transitive)
- Removedmonotonic-timestamp@0.0.9(transitive)
- Removedobject-assign@4.1.1(transitive)
- Removedos-homedir@1.0.2(transitive)
- Removedstrip-ansi@3.0.1(transitive)
- Removedsupports-color@2.0.0(transitive)
- Removedvlq@0.2.3(transitive)
Updatedbrisky-stamp@^3.0.11