Socket
Socket
Sign inDemoInstall

@noir-lang/acvm_js

Package Overview
Dependencies
Maintainers
1
Versions
255
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@noir-lang/acvm_js - npm Package Compare versions

Comparing version 0.28.0-20a160c to 0.28.0-38acee5.aztec

2

nodejs/acvm_js.js

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

module.exports.__wbindgen_closure_wrapper613 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 194, __wbg_adapter_54);
const ret = makeMutClosure(arg0, arg1, 193, __wbg_adapter_54);
return addHeapObject(ret);

@@ -1197,0 +1197,0 @@ };

{
"name": "@noir-lang/acvm_js",
"version": "0.28.0-20a160c",
"version": "0.28.0-38acee5.aztec",
"repository": {

@@ -31,4 +31,6 @@ "type": "git",

"publish": "echo 📡 publishing `$npm_package_name` && yarn npm publish",
"nightly:version": "jq --arg new_version \"-$(git rev-parse --short HEAD)\" '.version = .version + $new_version' package.json > package-tmp.json && mv package-tmp.json package.json",
"clean": "chmod u+w web nodejs || true && rm -rf web nodejs"
"nightly:version": "jq --arg new_version \"-$(git rev-parse --short HEAD)$1\" '.version = .version + $new_version' package.json > package-tmp.json && mv package-tmp.json package.json",
"clean": "chmod u+w web nodejs || true && rm -rf web nodejs",
"build:nix": "nix build -L .#acvm_js",
"install:from:nix": "yarn clean && yarn build:nix && cp -rL ./result/acvm_js/nodejs ./ && cp -rL ./result/acvm_js/web ./"
},

@@ -35,0 +37,0 @@ "devDependencies": {

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

imports.wbg.__wbindgen_closure_wrapper613 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 194, __wbg_adapter_54);
const ret = makeMutClosure(arg0, arg1, 193, __wbg_adapter_54);
return addHeapObject(ret);

@@ -1127,0 +1127,0 @@ };

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