Socket
Socket
Sign inDemoInstall

@noble/secp256k1

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@noble/secp256k1 - npm Package Compare versions

Comparing version 1.6.0 to 1.6.1

2

lib/esm/index.js

@@ -878,4 +878,2 @@ /*! noble-secp256k1 - MIT License (c) 2019 Paul Miller (paulmillr.com) */

const h = truncateHash(msgHash);
if (h === _0n)
return false;
let P;

@@ -882,0 +880,0 @@ try {

@@ -887,4 +887,2 @@ "use strict";

const h = truncateHash(msgHash);
if (h === _0n)
return false;
let P;

@@ -891,0 +889,0 @@ try {

8

package.json
{
"name": "@noble/secp256k1",
"version": "1.6.0",
"version": "1.6.1",
"description": "Fastest JS implementation of secp256k1. Independently audited, high-security, 0-dependency ECDSA & Schnorr signatures",

@@ -31,3 +31,3 @@ "files": [

"devDependencies": {
"@noble/hashes": "~1.0.0",
"@noble/hashes": "~1.1.0",
"@rollup/plugin-commonjs": "22.0.0",

@@ -67,6 +67,6 @@ "@rollup/plugin-node-resolve": "13.3.0",

".": {
"types": "./lib/index.d.ts",
"import": "./lib/esm/index.js",
"default": "./lib/index.js"
},
"./index.d.ts": "./lib/index.d.ts"
}
},

@@ -73,0 +73,0 @@ "jest": {

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