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

solidity-ast

Package Overview
Dependencies
Maintainers
1
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

solidity-ast - npm Package Compare versions

Comparing version 0.4.42 to 0.4.43

5

package.json
{
"name": "solidity-ast",
"version": "0.4.42",
"version": "0.4.43",
"description": "Solidity AST schema and type definitions",

@@ -63,2 +63,5 @@ "author": "Francisco Giordano <frangio.1@gmail.com>",

"solc-0.8.13": "npm:solc@0.8.13",
"solc-0.8.15": "npm:solc@0.8.15",
"solc-0.8.16": "npm:solc@0.8.16",
"solc-0.8.17": "npm:solc@0.8.17",
"typedoc": "^0.17.7",

@@ -65,0 +68,0 @@ "typescript": "^4.2.4"

3

types.d.ts

@@ -212,2 +212,3 @@ /* tslint:disable */

names: string[];
nameLocations?: string[];
tryCall: boolean;

@@ -293,2 +294,3 @@ nodeType: "FunctionCall";

memberName: string;
memberLocation?: string;
referencedDeclaration?: number | null;

@@ -380,2 +382,3 @@ nodeType: "MemberAccess";

name: string;
nameLocations?: string[];
referencedDeclaration: number;

@@ -382,0 +385,0 @@ nodeType: "IdentifierPath";

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