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.58 to 0.4.59

3

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

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

"solc-0.8.26": "npm:solc@0.8.26",
"solc-0.8.27": "npm:solc@0.8.27",
"solc-0.8.3": "npm:solc@0.8.3",

@@ -72,0 +73,0 @@ "solc-0.8.4": "npm:solc@0.8.4",

@@ -22,3 +22,3 @@ /* tslint:disable */

export type Mutability = "mutable" | "immutable" | "constant";
export type StorageLocation = "calldata" | "default" | "memory" | "storage";
export type StorageLocation = "calldata" | "default" | "memory" | "storage" | "transient";
export type Visibility = "external" | "public" | "internal" | "private";

@@ -579,3 +579,4 @@ export type Statement =

| "shanghai"
| "cancun";
| "cancun"
| "prague";
externalReferences: {

@@ -582,0 +583,0 @@ declaration: number;

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