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

solpp

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

solpp - npm Package Versions

134

0.9.2

Diff
c
cluracan
published 0.9.2 •

Changelog

Source

Version 0.9.2

  • Fix bug where pragma strings being rendered without whitespace.
c
cluracan
published 0.9.1 •

Changelog

Source

Version 0.9.1

  • Stringify a function (built-in or externally defined) will render the function's name instead of just '<Function'.
c
cluracan
published 0.9.0 •
c
cluracan
published 0.8.0 •

Changelog

Source

Version 0.8.0

  • Evaluating an expression that results in an array will emit a javascript-style array (e.g., $$(range(3)) -> [0, 1, 2]). Previously, it would only emit the comma-separated contents, without brackets or spaces.
c
cluracan
published 0.7.0 •

Changelog

Source

Version 0.7.0

  • All macro expansions/evaluations now use parenthesis in the form $(...) and $(...). This is a breaking change from previous versions that used curly braces (${...} and $${...}). The rationale behind this change is to produce fewer errors with popular Solidity linters.
    • Pragmas, such as solidity semvers and feature enablers, are now aggregated and across included source units. With compiler semvers, the highest intersecting semver will rendered in the the flattened result. An error will be raised if the compiler semvers across all source units do not intersect.
c
cluracan
published 0.6.4 •
c
cluracan
published 0.6.3 •
c
cluracan
published 0.6.2 •
c
cluracan
published 0.6.1 •
c
cluracan
published 0.6.0 •