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.10.0 to 0.10.1-rc.1

src/ast-types.ts

2

dist/ast-types.d.ts

@@ -123,3 +123,3 @@ import { Token } from './types';

baseTypeName: TypeName;
length?: Expression;
length: Expression | null;
}

@@ -126,0 +126,0 @@ export interface Mapping extends BaseASTNode {

{
"name": "@solidity-parser/parser",
"version": "0.10.0",
"version": "0.10.1-rc.1",
"description": "A Solidity parser built from a robust ANTLR 4 grammar",
"main": "dist/index.cjs.js",
"browser": "dist/index.iife.js",
"files": [
"dist/**/*",
"src/**/*"
],
"types": "dist/index.d.ts",

@@ -47,3 +51,3 @@ "scripts": {

"chai": "^4.2.0",
"eslint": "^7.15.2",
"eslint": "^7.15.0",
"eslint-plugin-import": "^2.18.2",

@@ -55,3 +59,3 @@ "eslint-plugin-node": "^9.2.0",

"nyc": "^14.1.1",
"prettier": "^2.21.0",
"prettier": "^2.2.1",
"raw-loader": "^4.0.0",

@@ -58,0 +62,0 @@ "rollup": "^2.34.2",

@@ -89,3 +89,3 @@ # Solidity Parser for JavaScript

A browser-friendly version is available in `dist/solidity-parser.js` in the published version.
A browser-friendly version is available in `dist/index.iife.js` (along with its sourcemaps file) in the published version.

@@ -102,3 +102,3 @@ If you are using webpack, keep in mind that minimizing your bundle will mangle function names, breaking the parser. To fix this you can just set `optimization.minimize` to `false`.

If you have already cloned this repo, you can load the submodule with
If you have already cloned this repo, you can load the submodule with

@@ -105,0 +105,0 @@ ```

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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