Socket
Socket
Sign inDemoInstall

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.52 to 0.4.55

18

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

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

"solc-0.8.0": "npm:solc@0.8.0",
"solc-0.8.2": "npm:solc@0.8.2",
"solc-0.8.3": "npm:solc@0.8.3",
"solc-0.8.4": "npm:solc@0.8.4",
"solc-0.8.5": "npm:solc@0.8.5",
"solc-0.8.6": "npm:solc@0.8.6",
"solc-0.8.8": "npm:solc@0.8.8",
"solc-0.8.9": "npm:solc@0.8.9",
"solc-0.8.10": "npm:solc@0.8.10",

@@ -73,4 +66,13 @@ "solc-0.8.11": "npm:solc@0.8.11",

"solc-0.8.19": "npm:solc@0.8.19",
"solc-0.8.2": "npm:solc@0.8.2",
"solc-0.8.20": "npm:solc@0.8.20",
"solc-0.8.21": "npm:solc@0.8.21",
"solc-0.8.22": "npm:solc@0.8.22",
"solc-0.8.23": "npm:solc@0.8.23",
"solc-0.8.3": "npm:solc@0.8.3",
"solc-0.8.4": "npm:solc@0.8.4",
"solc-0.8.5": "npm:solc@0.8.5",
"solc-0.8.6": "npm:solc@0.8.6",
"solc-0.8.8": "npm:solc@0.8.8",
"solc-0.8.9": "npm:solc@0.8.9",
"typedoc": "^0.24.8",

@@ -77,0 +79,0 @@ "typedoc-theme-hierarchy": "^4.1.0",

@@ -5,2 +5,3 @@ # Solidity AST Types

[![NPM Package](https://img.shields.io/npm/v/solidity-ast.svg)](https://www.npmjs.org/package/solidity-ast)
[![Netlify Status](https://api.netlify.com/api/v1/badges/f75316b8-4824-488b-a526-46951bedc2b1/deploy-status)](https://app.netlify.com/sites/solidity-ast/deploys)

@@ -37,3 +38,3 @@ **TypeScript types and a JSON Schema for the Solidity AST.**

Included in the package is a set of utility function for type-safe interactions
Included in the package is a set of utility functions for type-safe interactions
with nodes based on the node type.

@@ -40,0 +41,0 @@

@@ -284,3 +284,5 @@ /* tslint:disable */

kind: "bool" | "number" | "string" | "hexString" | "unicodeString";
subdenomination?: null;
subdenomination?:
| ("seconds" | "minutes" | "hours" | "days" | "weeks" | "wei" | "gwei" | "ether" | "finney" | "szabo")
| null;
value?: string | null;

@@ -412,3 +414,3 @@ nodeType: "Literal";

typeDescriptions: TypeDescriptions;
components: Expression[];
components: (Expression | null)[];
isInlineArray: boolean;

@@ -439,2 +441,3 @@ nodeType: "TupleExpression";

members: EnumValue[];
documentation?: StructuredDocumentation | null;
nodeType: "EnumDefinition";

@@ -540,2 +543,3 @@ }

loopExpression?: ExpressionStatement | null;
isSimpleCounterLoop?: boolean;
nodeType: "ForStatement";

@@ -542,0 +546,0 @@ }

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

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