Socket
Socket
Sign inDemoInstall

tiny-secp256k1

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tiny-secp256k1 - npm Package Compare versions

Comparing version 0.2.2 to 1.0.0

1

index.js

@@ -15,5 +15,4 @@ 'use strict'

module.exports = binding
} catch (err) {
module.exports = require('./ecurve')
}

15

package.json
{
"name": "tiny-secp256k1",
"version": "0.2.2",
"version": "1.0.0",
"description": "",

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

"build": "node-gyp rebuild",
"unit": "tape tests/*.js",
"unit": "tape tests/index.js",
"test-browser": "browserify tests/index.js > tests/bundle.js",
"test": "npm run unit"

@@ -18,3 +19,3 @@ },

"type": "git",
"url": "git+https://github.com/dcousens/secp256k1-tiny.git"
"url": "git+https://github.com/bitcoinjs/tiny-secp256k1.git"
},

@@ -24,5 +25,5 @@ "author": "",

"bugs": {
"url": "https://github.com/dcousens/secp256k1-tiny/issues"
"url": "https://github.com/bitcoinjs/tiny-secp256k1/issues"
},
"homepage": "https://github.com/dcousens/secp256k1-tiny#readme",
"homepage": "https://github.com/bitcoinjs/tiny-secp256k1#readme",
"dependencies": {

@@ -36,4 +37,8 @@ "bindings": "^1.3.0",

"devDependencies": {
"browserify": "^16.2.2",
"tape": "^4.9.0"
},
"browser": {
"./index.js": "./ecurve.js"
}
}

@@ -8,3 +8,10 @@ # tiny-secp256k1

## Installation
``` bash
npm install secp256k1
```
If you are having problems, please read the guide at [secp256k1-node](https://github.com/cryptocoinjs/secp256k1-node#installation), as the build instructions should be exactly the same (and this module is a direct derivation).
## Documentation

@@ -11,0 +18,0 @@

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