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 Versions

1
67

0.3.1

Diff

Changelog

Source

0.3.1 (2020-06-09)

  • Added missing type for ImportDirective.symbolAliases.
frangio
published 0.3.0 •

Changelog

Source

0.3.0 (2020-06-04)

  • Added solidity-ast/predicates with type guards for type-safe filtering.
import { isContractDefinition } from "solidity-ast/predicates";
const contractDefs = sourceUnit.nodes.filter(isContractDefinition);
// : ContractDefinition[]
  • Removed ParameterTypes, which was a duplicate of ParameterList. The latter should be used instead.
  • Removed ParameterTypeName, which wasn't referenced anywhere.
frangio
published 0.3.0-2 •

frangio
published 0.3.0-1 •

frangio
published 0.3.0-0 •

frangio
published 0.2.1 •

Changelog

Source

0.2.1 (2020-06-01)

  • Added missing >> operator.
frangio
published 0.2.0 •

Changelog

Source

0.2.0 (2020-05-18)

  • Completed schema to successfully validate OpenZeppelin Contracts.
frangio
published 0.1.0 •

Changelog

Source

0.1.0 (2020-05-15)

  • Initial release with incomplete schema.
1
67
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