You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@openzeppelin/fuzzy-solidity-import-parser

Package Overview
Dependencies
Maintainers
5
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

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 "

0.1.2
latest
npmnpm
Version published
Maintainers
5
Created
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

Package last updated on 06 Feb 2020

Did you know?

Socket

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