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 0.0.12 to 0.0.13

.gitmodules

6

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

@@ -12,3 +12,3 @@ "main": "index.js",

"bindings": "^1.2.1",
"nan": "^1.2.0"
"nan": "^1.4.1"
},

@@ -35,3 +35,3 @@ "devDependencies": {

},
"license": "GPL",
"license": "MIT",
"bugs": {

@@ -38,0 +38,0 @@ "url": "https://github.com/wanderer/secp256k1-node/issues"

@@ -8,4 +8,14 @@ secp256k1 [![Build Status](https://travis-ci.org/wanderer/secp256k1-node.svg?branch=master)](https://travis-ci.org/wanderer/secp256k1-node)

===
##### from npm
`npm install secp256k1`
##### from git
`git clone git@github.com:wanderer/secp256k1-node.git`
`cd secp256k1-node`
`git submodule init`
`git submodule update`
`npm install`
Usage

@@ -173,8 +183,1 @@ ===

**Returns**: Buffer, This module provides native bindings to ecdsa [secp256k1](https://github.com/bitcoin/secp256k1) functions
---
# NOTES
This will not work on node version 11 yet. Arrays need to have `isolates` for this.

Sorry, the diff of this file is not supported yet

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