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

@noir-lang/noir_codegen

Package Overview
Dependencies
Maintainers
0
Versions
330
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@noir-lang/noir_codegen - npm Package Compare versions

Comparing version

to
1.0.0-beta.3-1fa0dd9.nightly

4

lib/utils/typings_generator.js

@@ -7,5 +7,5 @@ import { findAllStructsInType, mapAbiTypeToAbiTypeWithGenerics, } from './abi_type_with_generics.js';

import { Noir, InputMap, CompiledCircuit, ForeignCallHandler } from "@noir-lang/noir_js"
import { Noir, InputMap, type CompiledCircuit, type ForeignCallHandler } from "@noir-lang/noir_js"
export { ForeignCallHandler } from "@noir-lang/noir_js"
export { type ForeignCallHandler } from "@noir-lang/noir_js"
`;

@@ -12,0 +12,0 @@ /**

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

],
"version": "1.0.0-beta.2-df0d729.nightly",
"version": "1.0.0-beta.3-1fa0dd9.nightly",
"packageManager": "yarn@3.5.1",

@@ -21,3 +21,3 @@ "license": "(MIT OR Apache-2.0)",

"dependencies": {
"@noir-lang/types": "1.0.0-beta.2-df0d729.nightly",
"@noir-lang/types": "1.0.0-beta.3-1fa0dd9.nightly",
"glob": "^10.3.10",

@@ -40,3 +40,3 @@ "ts-command-line-args": "^2.5.1"

"test": "yarn test:codegen && yarn test:node && yarn test:clean",
"test:codegen": "nargo export --program-dir=./test/test_lib && tsx src/main.ts ./test/test_lib/export/** --out-dir ./test/codegen",
"test:codegen": "${NARGO:-nargo} export --program-dir=./test/test_lib && tsx src/main.ts ./test/test_lib/export/** --out-dir ./test/codegen",
"test:node": "mocha --timeout 25000 --exit --config ./.mocharc.json",

@@ -52,3 +52,3 @@ "test:clean": "rm -rf ./test/codegen ./test/test_lib/export",

"devDependencies": {
"@noir-lang/noir_js": "1.0.0-beta.2-df0d729.nightly",
"@noir-lang/noir_js": "1.0.0-beta.3-1fa0dd9.nightly",
"@types/chai": "^4",

@@ -55,0 +55,0 @@ "@types/mocha": "^10.0.1",