Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@dfinity/bls-verify

Package Overview
Dependencies
Maintainers
10
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dfinity/bls-verify - npm Package Compare versions

Comparing version 0.14.1 to 0.15.0

18

package.json
{
"name": "@dfinity/bls-verify",
"version": "0.14.1",
"version": "0.15.0",
"author": "DFINITY Stiftung <sdk@dfinity.org>",

@@ -40,3 +40,4 @@ "license": "Apache-2.0",

"build": "tsc -b && tsc -p tsconfig-cjs.json",
"bundle": "npm run build",
"bundle": "esbuild --bundle src/index.ts --outfile=dist/index.js --platform=node",
"size-limit": "size-limit",
"ci": "npm run prettier && npm run lint && npm run test",

@@ -51,3 +52,14 @@ "lint": "eslint 'src' --ext '.js,.jsx,.ts,.tsx'",

"amcl-js": "file:src/vendor/amcl-js"
}
},
"devDependencies": {
"esbuild": "^0.15.16",
"size-limit": "^8.1.0"
},
"size-limit": [
{
"path": "./dist/index.js",
"limit": "100 kB",
"webpack": false
}
]
}

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