Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@noir-lang/noirc_abi

Package Overview
Dependencies
Maintainers
1
Versions
279
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@noir-lang/noirc_abi - npm Package Compare versions

Comparing version 0.10.3 to 0.12.0

2

nodejs/noirc_abi_wasm.js

@@ -235,3 +235,3 @@ let imports = {};

module.exports.__wbg_new_08bf5b2e92fba7de = function() {
module.exports.__wbg_new_b33e07ff3321bf59 = function() {
const ret = new Map();

@@ -238,0 +238,0 @@ return addHeapObject(ret);

@@ -6,3 +6,4 @@ {

],
"version": "0.10.3",
"version": "0.12.0",
"license": "(MIT OR Apache-2.0)",
"files": [

@@ -24,4 +25,4 @@ "nodejs",

},
"packageManager": "yarn@3.5.1",
"scripts": {
"build": "bash ./build.sh",
"test": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' mocha",

@@ -33,15 +34,9 @@ "test:browser": "web-test-runner",

"@esm-bundle/chai": "^4.3.4-fix.0",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"@web/dev-server-esbuild": "^0.3.6",
"@web/test-runner": "^0.15.3",
"@web/test-runner-playwright": "^0.10.0",
"chai": "^4.3.7",
"@web/test-runner-webdriver": "^0.7.0",
"eslint": "^8.40.0",
"eslint-plugin-prettier": "^4.2.1",
"mocha": "^10.2.0",
"prettier": "^2.8.8",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
"mocha": "^10.2.0"
}
}

@@ -18,4 +18,1 @@ # Noir Lang ABI JavaScript Package

```
## Tracking
Built from [noir-lang/noir@8e93a5f4ccbcdb4fcd0f662d31ba4dd548aeae10](https://github.com/noir-lang/noir/tree/8e93a5f4ccbcdb4fcd0f662d31ba4dd548aeae10)

@@ -260,3 +260,3 @@ let wasm;

};
imports.wbg.__wbg_new_08bf5b2e92fba7de = function() {
imports.wbg.__wbg_new_b33e07ff3321bf59 = function() {
const ret = new Map();

@@ -263,0 +263,0 @@ return addHeapObject(ret);

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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