Socket
Socket
Sign inDemoInstall

@noble/bls12-381

Package Overview
Dependencies
0
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

14

package.json
{
"name": "@noble/bls12-381",
"version": "1.1.0",
"version": "1.1.1",
"description": "Fastest JS implementation of BLS12-381. Auditable, secure, 0-dependency aggregated signatures & pairings",

@@ -58,2 +58,7 @@ "files": [

"exports": {
"./math": {
"import": "./lib/esm/math.js",
"default": "./lib/math.js"
},
"./math.d.ts": "./lib/math.d.ts",
".": {

@@ -63,9 +68,4 @@ "import": "./lib/esm/index.js",

},
"./index.d.ts": "./lib/index.d.ts",
"math": {
"import": "./lib/esm/math.js",
"default": "./lib/math.js"
},
"./math.d.ts": "./lib/math.d.ts"
"./index.d.ts": "./lib/index.d.ts"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc