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

@fireblocks/ncw-js-infra

Package Overview
Dependencies
Maintainers
10
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fireblocks/ncw-js-infra - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

25

package.json
{
"name": "@fireblocks/ncw-js-infra",
"version": "1.0.7",
"version": "1.0.8",
"description": "Fireblocks NCW WebAssembly package",
"types": "index.d.ts",
"main": "dist/cosigner.cjs.js",
"types": "./index.d.ts",
"main": "./dist/cosigner.cjs.js",
"browser": "./dist/cosigner.esm.mjs",
"license": "MIT",
"exports": {
".": {
"types": "./index.d.ts",
"require": "./dist/cosigner.cjs.js",
"import": "./dist/cosigner.esm.mjs",
"default": "./dist/cosigner.esm.mjs"
}
},
"scripts": {

@@ -27,7 +20,7 @@ "clean": "rm -fr node_modules cmake-build-debug cmake-build-release build dist",

"files": [
"index.d.ts",
"dist/cosigner.cjs.js",
"dist/cosigner.cjs.wasm",
"dist/cosigner.esm.mjs",
"dist/cosigner.esm.wasm"
"./index.d.ts",
"./dist/cosigner.cjs.js",
"./dist/cosigner.cjs.wasm",
"./dist/cosigner.esm.mjs",
"./dist/cosigner.esm.wasm"
],

@@ -34,0 +27,0 @@ "dependencies": {

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