Socket
Socket
Sign inDemoInstall

chain-node

Package Overview
Dependencies
Maintainers
3
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.11 to 0.0.12

11

index.js

@@ -60,2 +60,13 @@ var request = require('request');

},
getAddressOpReturns: function(address, cb) {
request({
method: 'GET',
uri: this.getBaseURL() + '/addresses/' + address + '/op-returns',
strictSSL: true,
cert: PEM,
auth: {user: this.getKey()},
}, function(err, msg, resp) {
cb(err, JSON.parse(resp));
});
},
getTransaction: function(hash, cb) {

@@ -62,0 +73,0 @@ request({

2

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

@@ -5,0 +5,0 @@ "main": "index.js",

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