New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

brisky-struct

Package Overview
Dependencies
Maintainers
1
Versions
397
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

brisky-struct - npm Package Compare versions

Comparing version 0.0.33 to 1.0.2

dist/index.es.js

66

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc