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

@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.13.0-rc.6 to 0.13.0-rc.7

2

dist/src/ast-types.d.ts

@@ -351,3 +351,3 @@ interface Location {

export declare type BinOp = typeof binaryOpValues[number];
export declare const unaryOpValues: readonly ["-", "+", "++", "~", "after", "delete", "!"];
export declare const unaryOpValues: readonly ["-", "+", "++", "--", "~", "after", "delete", "!"];
export declare type UnaryOp = typeof unaryOpValues[number];

@@ -354,0 +354,0 @@ export interface BinaryOperation extends BaseASTNode {

{
"name": "@solidity-parser/parser",
"version": "0.13.0-rc.6",
"version": "0.13.0-rc.7",
"description": "A Solidity parser built from a robust ANTLR 4 grammar",

@@ -5,0 +5,0 @@ "main": "dist/index.cjs.js",

@@ -493,2 +493,3 @@ // Base on the original type definitions for solidity-parser-antlr 0.2

'++',
'--',
'~',

@@ -495,0 +496,0 @@ 'after',

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