Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@parity/abi

Package Overview
Dependencies
Maintainers
5
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@parity/abi - npm Package Compare versions

Comparing version 2.0.19 to 2.1.1

lib/abi.js

19

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

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