Socket
Socket
Sign inDemoInstall

@openzeppelin/fuzzy-solidity-import-parser

Package Overview
Dependencies
0
Maintainers
5
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @openzeppelin/fuzzy-solidity-import-parser

This is an experiment in optimizing the parsing of Solidity files when the sole purpose is to get dependencies before sending it off to `solc` to compile. Thus, we rely on the compiler to detect any syntax errors, and in that case the library can return "


Version published
Weekly downloads
469
increased by50.32%
Maintainers
5
Install size
9.43 kB
Created
Weekly downloads
 

Readme

Source

Fuzzy Solidity Import Parser

This is an experiment in optimizing the parsing of Solidity files when the sole purpose is to get dependencies before sending it off to solc to compile. Thus, we rely on the compiler to detect any syntax errors, and in that case the library can return "false positives". The user of this library is meant to ignore errors when reading files from disk, and let the compiler report them.

FAQs

Last updated on 06 Feb 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc