Socket
Socket
Sign inDemoInstall

@noir-lang/noir_js

Package Overview
Dependencies
Maintainers
1
Versions
253
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@noir-lang/noir_js - npm Package Compare versions

Comparing version 0.16.0-88682da to 0.16.0-d4f61d3.nightly

11

package.json

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

],
"version": "0.16.0-88682da",
"version": "0.16.0-d4f61d3.nightly",
"packageManager": "yarn@3.5.1",

@@ -12,6 +12,5 @@ "license": "(MIT OR Apache-2.0)",

"dependencies": {
"@noir-lang/acvm_js": "0.28.0-88682da",
"@noir-lang/noirc_abi": "0.16.0-88682da",
"@noir-lang/types": "0.16.0-88682da",
"fflate": "^0.8.0"
"@noir-lang/acvm_js": "0.28.0-d4f61d3.nightly",
"@noir-lang/noirc_abi": "0.16.0-d4f61d3.nightly",
"@noir-lang/types": "0.16.0-d4f61d3.nightly"
},

@@ -40,3 +39,3 @@ "files": [

"lint": "NODE_NO_WARNINGS=1 eslint . --ext .ts --ignore-path ./.eslintignore --max-warnings 0",
"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",
"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",
"publish": "echo 📡 publishing `$npm_package_name` && yarn npm publish",

@@ -43,0 +42,0 @@ "clean": "rm -rf ./lib"

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