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

6

index.js

@@ -25,3 +25,3 @@ var request = require('request');

sendTransaction: function(txnHex, cb) {
sendTransaction: function(hex, cb) {
request({

@@ -33,3 +33,3 @@ method: 'PUT',

auth: {user: this.getKey()},
json: {hex: txnHex},
json: {hex: hex},
}, function(err, msg, resp) {

@@ -40,3 +40,3 @@ cb(err, resp);

getUnspentOutputs: function(addr, cb) {
getAddressUnspents: function(addr, cb) {
request({

@@ -43,0 +43,0 @@ method: 'GET',

{
"name": "chain-node",
"version": "0.0.3",
"version": "0.0.4",
"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