Comparing version 0.1.0 to 0.1.1
@@ -8,3 +8,3 @@ { | ||
"parserOptions": { | ||
"ecmaVersion": 8 | ||
"ecmaVersion": 9 | ||
}, | ||
@@ -11,0 +11,0 @@ "root": true, |
@@ -9,3 +9,3 @@ /*! | ||
const assert = require('assert'); | ||
const assert = require('bsert'); | ||
@@ -12,0 +12,0 @@ /** |
{ | ||
"name": "bheep", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Binary heap for javascript", | ||
@@ -18,29 +18,15 @@ "keywords": [ | ||
"scripts": { | ||
"browserify": "browserify -s bheep lib/bheep.js | uglifyjs -c > bheep.js", | ||
"clean": "rm -f bheep.js", | ||
"lint": "eslint lib/ test/ || exit 0", | ||
"test": "mocha --reporter spec test/*-test.js", | ||
"webpack": "webpack --mode production --config webpack.config.js" | ||
"test": "mocha --reporter spec test/*-test.js" | ||
}, | ||
"dependencies": { | ||
"bsert": "~0.0.3" | ||
}, | ||
"devDependencies": { | ||
"babelify": "^8.0.0", | ||
"babel-core": "^6.26.3", | ||
"babel-loader": "^7.1.4", | ||
"babel-preset-env": "^1.7.0", | ||
"browserify": "^16.2.2", | ||
"eslint": "^4.19.1", | ||
"mocha": "^5.2.0", | ||
"uglifyjs-webpack-plugin": "^1.2.5", | ||
"uglify-es": "^3.3.9", | ||
"webpack": "^4.11.1", | ||
"webpack-cli": "^3.0.3" | ||
"eslint": "^5.1.0", | ||
"mocha": "^5.2.0" | ||
}, | ||
"engines": { | ||
"node": ">=8.0.0" | ||
}, | ||
"browserify": { | ||
"transform": [ | ||
"babelify" | ||
] | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2
8719
1
7
288
+ Addedbsert@~0.0.3
+ Addedbsert@0.0.13(transitive)