@polkadot/util
Advanced tools
Comparing version 0.5.1 to 0.5.2
{ | ||
"name": "@polkadot/util", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"description": "A collection of useful utilities for @polkadot", | ||
@@ -28,3 +28,3 @@ "main": "index.js", | ||
"build": "npm run build:js && npm run build:md", | ||
"build:js": "rimraf lib && babel src --out-dir build --ignore *.spec.js", | ||
"build:js": "rimraf build && babel src --out-dir build --ignore *.spec.js", | ||
"build:md": "polkadot-dev-build-docs", | ||
@@ -37,12 +37,7 @@ "check": "npm run check:lint && npm run check:flow", | ||
"devDependencies": { | ||
"@polkadot/dev": "^0.1.5", | ||
"@polkadot/jsonrpc": "^0.3.4", | ||
"babel-istanbul": "^0.12.2", | ||
"chai": "^4.1.2", | ||
"cross-env": "^5.1.1", | ||
"mocha": "^4.0.1", | ||
"sinon": "^4.1.2", | ||
"sinon-chai": "^2.14.0" | ||
"@polkadot/dev": "^0.1.7", | ||
"@polkadot/jsonrpc": "^0.3.5" | ||
}, | ||
"dependencies": { | ||
"babel-runtime": "^6.26.0", | ||
"bn.js": "^4.11.8", | ||
@@ -49,0 +44,0 @@ "keccak": "^1.3.0" |
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
16412
3
+ Addedbabel-runtime@^6.26.0
+ Addedbabel-runtime@6.26.0(transitive)
+ Addedcore-js@2.6.12(transitive)
+ Addedregenerator-runtime@0.11.1(transitive)