Socket
Socket
Sign inDemoInstall

chain-node

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chain-node - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

index.js

3

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

@@ -27,4 +27,5 @@ "main": "index.js",

"files": [
"index.js",
"chain.pem"
]
}

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

var chain = require('chain-node');
chain.KEY = 'GUEST-TOKEN';
chain.getAddress('17x23dNjXJLzGMev6R63uyRhMWP1VHawKc', function(err, resp) {

@@ -18,0 +17,0 @@ console.log('balance='+resp['balance']);

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