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

secp256k1

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

secp256k1 - npm Package Compare versions

Comparing version 3.3.1 to 3.4.0

12

package.json
{
"name": "secp256k1",
"version": "3.3.1",
"version": "3.4.0",
"description": "This module provides native bindings to ecdsa secp256k1 functions",

@@ -42,9 +42,8 @@ "keywords": [

"coverage-lcov": "npm run coverage && nyc report -r lcov",
"install": "prebuild-install || node-gyp rebuild || echo \"Secp256k1 bindings compilation fail. Pure JS implementation will be used.\"",
"install": "npm run rebuild || echo \"Secp256k1 bindings compilation fail. Pure JS implementation will be used.\"",
"lint": "standard",
"rebuild": "prebuild --compile",
"rebuild": "node-gyp rebuild",
"test": "npm run lint && npm run unit",
"test:browser": "karma start karma.conf.js",
"unit": "tape test/index.js",
"unit-ci": "npm run unit && prebuild-ci"
"unit": "tape test/index.js"
},

@@ -59,3 +58,2 @@ "dependencies": {

"nan": "^2.2.1",
"prebuild-install": "^2.0.0",
"safe-buffer": "^5.1.0"

@@ -75,4 +73,2 @@ },

"nyc": "^11.0.2",
"prebuild": "^6.0.0",
"prebuild-ci": "^2.2.2",
"standard": "*",

@@ -79,0 +75,0 @@ "tape": "^4.5.1",

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