Socket
Socket
Sign inDemoInstall

secp256k1

Package Overview
Dependencies
Maintainers
2
Versions
59
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.5 to 2.0.6

19

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

@@ -11,3 +11,3 @@ "keywords": [

"bugs": {
"url": "https://github.com/wanderer/secp256k1-node/issues"
"url": "https://github.com/cryptocoinjs/secp256k1-node/issues"
},

@@ -24,3 +24,3 @@ "license": "MIT",

"ethers (https://github.com/ethers)",
"Kirill Fomichev fanatid@ya.ru (https://github.com/fanatid)"
"Kirill Fomichev <fanatid@ya.ru> (https://github.com/fanatid)"
],

@@ -42,5 +42,6 @@ "files": [

"type": "git",
"url": "https://github.com/wanderer/secp256k1-node.git"
"url": "https://github.com/cryptocoinjs/secp256k1-node.git"
},
"scripts": {
"benchmark:node": "node benchmark/benchmark.js",
"clean": "node-gyp clean",

@@ -60,4 +61,4 @@ "coverage": "istanbul cover _mocha",

"bluebird": "^3.0.2",
"bn.js": "^4.1.1",
"elliptic": "^6.0.1",
"bn.js": "^4.2.0",
"elliptic": "^6.0.2",
"nan": "^2.0.9",

@@ -67,2 +68,3 @@ "object-assign": "^4.0.1"

"devDependencies": {
"benchmark": "^1.0.0",
"bigi": "^1.3.0",

@@ -93,4 +95,7 @@ "chai": "^3.4.0",

"standard": {
"globals": ["describe", "it"]
"globals": [
"describe",
"it"
]
}
}
# secp256k1-node
[![NPM Package](https://img.shields.io/npm/v/secp256k1.svg?style=flat-square)](https://www.npmjs.org/package/secp256k1)
[![Build Status](https://img.shields.io/travis/wanderer/secp256k1-node.svg?branch=master&style=flat-square)](https://travis-ci.org/wanderer/secp256k1-node)
[![Coverage Status](https://img.shields.io/coveralls/wanderer/secp256k1-node.svg?style=flat-square)](https://coveralls.io/r/wanderer/secp256k1-node)
[![Build Status](https://img.shields.io/travis/cryptocoinjs/secp256k1-node.svg?branch=master&style=flat-square)](https://travis-ci.org/cryptocoinjs/secp256k1-node)
[![Coverage Status](https://img.shields.io/coveralls/cryptocoinjs/secp256k1-node.svg?style=flat-square)](https://coveralls.io/r/cryptocoinjs/secp256k1-node)

@@ -25,3 +25,3 @@ [![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)

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

@@ -28,0 +28,0 @@ npm install

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