New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@noir-lang/noirc_abi

Package Overview
Dependencies
Maintainers
0
Versions
366
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@noir-lang/noirc_abi - npm Package Versions

1
33343537

0.16.0-37315f8.nightly

Diff
noir-lang
published 0.16.0-37315f8.nightly •
noir-lang
published 0.16.0-e88ce80.nightly •
noir-lang
published 0.16.0-38acee5.aztec •
noir-lang
published 0.16.0-660af10.aztec •
noir-lang
published 0.16.0-88682da •
noir-lang
published 0.16.0-6e2b70a •
noir-lang
published 0.16.0-20a160c •
noir-lang
published 0.16.0-1b40af8c1 •
noir-lang
published 0.16.0 •

Changelog

Source

0.16.0 (2023-10-03)

⚠ BREAKING CHANGES

  • Maintain shape of foreign call arguments (#2935)

Features

Bug Fixes

  • Fix should_fail_with (#2940) (4f07b84)
  • Force recompilation when output_debug flag is set. (#2898) (9854416)
  • Improve error message when multiplying unit values (#2950) (57b7c55)
  • println: Enable printing of arrays/strings >2 in fmt strings (#2947) (309fa70)
noir-lang
published 0.13.0 •

Changelog

Source

0.13.0 (2023-09-21)

⚠ BREAKING CHANGES

  • constrain is now a hard error (#2758)

Features

  • Add pub modifier (#2754) (dda964e)
  • Add support for attributes on structs (#2733) (7b3df8e)
  • Add wrapping functions in stdlib and use them in relevant test cases (#2725) (49ab121)
  • aztec-noir: Abstract storage (#2750) (5481344)
  • Constrain is now a hard error (#2758) (388a2b1)
  • Refine Noir.js API (#2732) (e79f1ed)
  • Short-circuit compilation and read build artifacts from file if program is unchanged (#2743) (87fea4b)
  • Signed arithmetic (#2748) (a84216d)
  • traits: Implement trait bounds def collector + resolver passes (#2716) (e3d18bb)
  • traits: Type checking for Trait impl method signatures (#2652) (8617008)
  • Variable liveness analysis for brillig (#2715) (ddb05ab)

Bug Fixes