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

@concordium/rust-bindings

Package Overview
Dependencies
Maintainers
6
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@concordium/rust-bindings - npm Package Compare versions

Comparing version

to
0.11.1

50

package.json
{
"name": "@concordium/rust-bindings",
"version": "0.11.0",
"license": "Apache-2.0",
"engines": {
"node": ">=14.16.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Concordium/concordium-node-sdk-js",
"directory": "packages/rust-bindings"
},
"main": "pkg/node/concordium_rust_bindings.js",
"browser": "pkg/bundler/concordium_rust_bindings.js",
"types": "pkg/bundler/concordium_rust_bindings.d.ts",
"files": [
"/pkg/**/concordium_rust_bindings*"
],
"scripts": {
"lint": "cargo clippy",
"lint-fix": "cargo +nightly-2022-06-09-x86_64-unknown-linux-gnu fmt",
"build": "wasm-pack build --target web --out-dir pkg/bundler \"$@\" && wasm-pack build --target nodejs --out-dir pkg/node \"$@\"",
"build-dev": "yarn build --dev",
"build:rust-bindings": "yarn build"
}
}
"name": "@concordium/rust-bindings",
"version": "0.11.1",
"license": "Apache-2.0",
"engines": {
"node": ">=14.16.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Concordium/concordium-node-sdk-js",
"directory": "packages/rust-bindings"
},
"main": "pkg/node/concordium_rust_bindings.js",
"browser": "pkg/bundler/concordium_rust_bindings.js",
"types": "pkg/bundler/concordium_rust_bindings.d.ts",
"files": [
"/pkg/**/concordium_rust_bindings*"
],
"scripts": {
"lint": "cargo clippy",
"lint-fix": "cargo +nightly-2022-06-09-x86_64-unknown-linux-gnu fmt",
"build": "wasm-pack build --target web --out-dir pkg/bundler \"$@\" && wasm-pack build --target nodejs --out-dir pkg/node \"$@\"",
"build-dev": "yarn build --dev",
"build:rust-bindings": "yarn build"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet