@noir-lang/noirc_abi
Advanced tools
Comparing version 0.10.3 to 0.12.0
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 2 instances in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
810151
7
0
1
18