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-pre2 to 3.0.0-pre3

3

index.js

@@ -118,2 +118,5 @@ var bitcoin = require('bitcoinjs-lib');

Chain.prototype.sendTransaction = function(template, cb) {
if (typeof template == 'string' || template instanceof String) {
template = {signed_hex: template};
}
this.dataApi.post('/transactions/send', template, cb);

@@ -120,0 +123,0 @@ };

2

package.json
{
"name": "chain-node",
"version": "3.0.0-pre2",
"version": "3.0.0-pre3",
"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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc