Comparing version 0.0.12 to 0.0.13
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
402330
66
0
317
182
Updatednan@^1.4.1