Socket
Socket
Sign inDemoInstall

chain-node

Package Overview
Dependencies
74
Maintainers
3
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0-pre0 to 3.0.0-pre1

http-utility.js

4

package.json
{
"name": "chain-node",
"version": "3.0.0-pre0",
"version": "3.0.0-pre1",
"description": "The Official Node.js SDK for Chain's Bitcoin API",

@@ -29,4 +29,6 @@ "main": "index.js",

"index.js",
"http-utility.js",
"signer.js",
"chain.pem"
]
}

@@ -15,3 +15,7 @@ # chain-node

var Chain = require('chain-node');
var chain = new Chain();
var chain = new Chain({
keyId: 'your-key-id',
keySecret: 'your-key-secret',
blockChain: 'bitcoin'
});

@@ -18,0 +22,0 @@ chain.getAddress('17x23dNjXJLzGMev6R63uyRhMWP1VHawKc', function(err, resp) {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc