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

secp256k1

Package Overview
Dependencies
Maintainers
2
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 2.0.0 to 2.0.1

src/secp256k1-src/.npmignore

3

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

@@ -36,2 +36,3 @@ "keywords": [

"lint": "eslint src test",
"prepublish": "node-gyp rebuild && npm run lint && npm run test",
"rebuild": "node-gyp rebuild",

@@ -38,0 +39,0 @@ "test": "npm run test:node && npm run test:browser",

@@ -24,5 +24,7 @@ # secp256k1-node

`git clone git@github.com:wanderer/secp256k1-node.git`
`cd secp256k1-node`
`npm install`
```
git clone git@github.com:wanderer/secp256k1-node.git
cd secp256k1-node
npm install
```

@@ -29,0 +31,0 @@ # Usage

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