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.3 to 2.0.4

4

lib/elliptic/index.js

@@ -53,3 +53,3 @@ var setImmediate = require('timers').setImmediate

return Promise.resolve(value)
return exports.Promise.resolve(value)
} catch (err) {

@@ -60,5 +60,5 @@ if (callback !== undefined) {

return Promise.reject(err)
return exports.Promise.reject(err)
}
}
})
{
"name": "secp256k1",
"version": "2.0.3",
"version": "2.0.4",
"description": "This module provides native bindings to ecdsa secp256k1 functions",

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

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

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

# secp256k1-node
[![NPM Package](https://img.shields.io/npm/v/secp256k1-node.svg?style=flat-square)](https://www.npmjs.org/package/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)

@@ -10,3 +10,3 @@ [![Coverage Status](https://img.shields.io/coveralls/wanderer/secp256k1-node.svg?style=flat-square)](https://coveralls.io/r/wanderer/secp256k1-node)

This module provides native bindings to ecdsa [secp256k1](https://github.com/bitcoin/secp256k1) functions.
This library is experimental, so use at your own risk. Works on node version 0.11 or greater.
This library is experimental, so use at your own risk. Works on node version 0.10 or greater.

@@ -13,0 +13,0 @@ # Installation

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