Socket
Socket
Sign inDemoInstall

@solidity-parser/parser

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solidity-parser/parser - npm Package Compare versions

Comparing version 0.9.1 to 0.10.0

.eslintrc.js

43

package.json
{
"name": "@solidity-parser/parser",
"version": "0.9.1",
"version": "0.10.0",
"description": "A Solidity parser built from a robust ANTLR 4 grammar",
"main": "dist/index.js",
"types": "./index.d.ts",
"main": "dist/index.cjs.js",
"browser": "dist/index.iife.js",
"types": "dist/index.d.ts",
"scripts": {
"antlr": "sh scripts/antlr.sh",
"build": "rm -rf dist && babel --out-dir=dist src --copy-files",
"build:browser": "webpack",
"prepare": "yarn build && yarn build:browser",
"prettier": "find src -name *.js | egrep -v '^src/(lib|antlr4)/' | xargs prettier --no-semi --single-quote --write",
"build": "rollup -c rollup.config.js",
"generate-types": "tsc",
"prettier": "prettier --write 'src/**/*' 'test/**/*'",
"prepack": "npm run build && npm run generate-types",
"eslint": "eslint src",
"lint": "eslint src && tslint-config-prettier-check ./tslint.json",
"test": "nyc mocha --require @babel/register",
"tslint": "tslint-config-prettier-check ./tslint.json"
"lint": "eslint src",
"test": "npm run build && nyc mocha"
},

@@ -34,8 +34,16 @@ "authors": [

"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-transform-typescript": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@babel/preset-typescript": "^7.12.7",
"@babel/register": "^7.12.1",
"@rollup/plugin-babel": "^5.2.2",
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^11.0.0",
"@typescript-eslint/eslint-plugin": "^4.9.0",
"@typescript-eslint/parser": "^4.9.0",
"antlr4": "^4.9.0",
"babel-loader": "^8.1.0",
"babel-plugin-inline-import": "^3.0.0",
"chai": "^4.2.0",
"eslint": "^6.2.2",
"eslint": "^7.15.2",
"eslint-plugin-import": "^2.18.2",

@@ -47,9 +55,7 @@ "eslint-plugin-node": "^9.2.0",

"nyc": "^14.1.1",
"prettier": "^1.18.2",
"prettier": "^2.21.0",
"raw-loader": "^4.0.0",
"tslint": "5.19.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "3.6.2",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11",
"rollup": "^2.34.2",
"rollup-plugin-node-polyfills": "^0.2.1",
"typescript": "^4.1.2",
"yarn": "^1.17.3"

@@ -61,6 +67,3 @@ },

]
},
"dependencies": {
"antlr4": "^4.8.0"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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