Socket
Socket
Sign inDemoInstall

bitbox-cli

Package Overview
Dependencies
397
Maintainers
1
Versions
189
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

2

index.js

@@ -28,3 +28,3 @@ #!/usr/bin/env node

program
.version('1.1.0');
.version('1.1.1');

@@ -31,0 +31,0 @@ program

@@ -21,6 +21,10 @@ 'use strict';

var _bip = require('bip68');
var _bip = require('bip66');
var _bip2 = _interopRequireDefault(_bip);
var _bip3 = require('bip68');
var _bip4 = _interopRequireDefault(_bip3);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -54,3 +58,4 @@

};
this.bip68 = _bip2.default;
this.bip66 = _bip2.default;
this.bip68 = _bip4.default;
}

@@ -57,0 +62,0 @@

{
"name": "bitbox-cli",
"version": "1.1.0",
"version": "1.1.1",
"description": "BITBOX javascript sdk for Bitcoin Cash",

@@ -33,2 +33,3 @@ "author": "Bitcoin.com",

"bip39": "^2.5.0",
"bip66": "^1.1.5",
"bip68": "^1.0.4",

@@ -35,0 +36,0 @@ "bitcoin-ops": "Bitcoin-com/bitcoincash-ops",

import Bitcoin from 'bitcoincashjs-lib';
import bchaddr from 'bchaddrjs';
import coininfo from'coininfo';
import bip66 from 'bip66';
import bip68 from 'bip68';

@@ -26,2 +27,3 @@

};
this.bip66 = bip66;
this.bip68 = bip68;

@@ -28,0 +30,0 @@ }

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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