New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bitpay-sdk

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitpay-sdk - npm Package Compare versions

Comparing version 5.0.1 to 5.0.2

2

dist/Env.d.ts

@@ -6,4 +6,4 @@ export declare const Test = "TEST";

export declare const BitpayApiVersion = "2.0.0";
export declare const BitpayPluginInfo = "BitPay_NodeJs_Client_v5.0.1";
export declare const BitpayPluginInfo = "BitPay_NodeJs_Client_v5.0.2";
export declare const BitpayApiFrame = "std";
export declare const BitpayApiFrameVersion = "1.0.0";

@@ -9,3 +9,3 @@ "use strict";

exports.BitpayApiVersion = '2.0.0';
exports.BitpayPluginInfo = 'BitPay_NodeJs_Client_v5.0.1';
exports.BitpayPluginInfo = 'BitPay_NodeJs_Client_v5.0.2';
exports.BitpayApiFrame = 'std';

@@ -12,0 +12,0 @@ exports.BitpayApiFrameVersion = '1.0.0';

@@ -8,3 +8,3 @@ "use strict";

Environment["Prod"] = "Prod";
})(Environment = exports.Environment || (exports.Environment = {}));
})(Environment || (exports.Environment = Environment = {}));
//# sourceMappingURL=Environment.js.map

@@ -9,3 +9,3 @@ "use strict";

Facade["Pos"] = "pos";
})(Facade = exports.Facade || (exports.Facade = {}));
})(Facade || (exports.Facade = Facade = {}));
//# sourceMappingURL=Facade.js.map
export interface MinerFeesItem {
satoshisPerByte: bigint;
satoshisPerByte: number;
totalFee: bigint;
fiatAmount: number;
}
{
"name": "bitpay-sdk",
"version": "5.0.1",
"version": "5.0.2",
"description": "Complete version of the NodeJS library for the new cryptographically secure BitPay API",

@@ -5,0 +5,0 @@ "main": "dist/index",

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