@parity/abi
Advanced tools
Comparing version 2.0.19 to 2.1.1
{ | ||
"name": "@parity/abi", | ||
"description": "The Parity ABI library", | ||
"version": "2.0.19", | ||
"main": "index.js", | ||
"version": "2.1.1", | ||
"main": "lib/index.js", | ||
"author": "Parity Team <admin@parity.io>", | ||
@@ -26,9 +26,18 @@ "maintainers": [ | ||
"scripts": { | ||
"build": "echo \"WARN: npm run build skipped\"", | ||
"build": "rm -rf lib && babel src --out-dir lib --ignore *.spec.js", | ||
"lint": "npm run lint:css && npm run lint:js", | ||
"lint:css": "echo \"WARN: npm run lint:css skipped\"", | ||
"lint:js": "eslint --ignore-path .gitignore .", | ||
"test": "NODE_ENV=test mocha ./**/*.spec.js" | ||
"lint:js": "eslint src", | ||
"test": "NODE_ENV=test mocha ./src/**/*.spec.js" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "^6.26.0", | ||
"babel-core": "^6.26.0", | ||
"babel-plugin-transform-class-properties": "^6.24.1", | ||
"babel-plugin-transform-object-rest-spread": "^6.26.0", | ||
"babel-preset-env": "^1.6.1", | ||
"babel-preset-stage-0": "^6.24.1", | ||
"chai": "^4.1.0", | ||
@@ -35,0 +44,0 @@ "eslint": "^4.4.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
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
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
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
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
3
102955
17
34
1163
1