Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ledgerhq/hw-app-btc

Package Overview
Dependencies
Maintainers
6
Versions
437
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ledgerhq/hw-app-btc - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

lib/utils.js

@@ -96,2 +96,4 @@ "use strict";

}
const isLedgerDevice = exports.isLedgerDevice = device => device.vendorId === 0x2581 && device.productId === 0x3b7c || device.vendorId === 0x2c97;
//# sourceMappingURL=utils.js.map

10

package.json
{
"name": "@ledgerhq/hw-app-btc",
"version": "2.0.0",
"version": "2.0.1",
"description": "Ledger Hardware Wallet Bitcoin Application API",

@@ -16,8 +16,8 @@ "keywords": [

"type": "git",
"url": "https://github.com/LedgerHQ/ledger-node-js-api"
"url": "https://github.com/LedgerHQ/ledgerjs"
},
"bugs": {
"url": "https://github.com/LedgerHQ/ledger-node-js-api/issues"
"url": "https://github.com/LedgerHQ/ledgerjs/issues"
},
"homepage": "https://github.com/LedgerHQ/ledger-node-js-api",
"homepage": "https://github.com/LedgerHQ/ledgerjs",
"publishConfig": {

@@ -29,3 +29,3 @@ "access": "public"

"dependencies": {
"@ledgerhq/hw-transport": "^2.0.0"
"@ledgerhq/hw-transport": "^2.0.1"
},

@@ -32,0 +32,0 @@ "devDependencies": {

@@ -7,4 +7,4 @@ <img src="https://user-images.githubusercontent.com/211411/34776833-6f1ef4da-f618-11e7-8b13-f0697901d6a8.png" height="100" />

[Github](https://github.com/LedgerHQ/ledger-node-js-api/),
[API Doc](https://github.com/LedgerHQ/ledger-node-js-api/blob/master/API.md),
[Github](https://github.com/LedgerHQ/ledgerjs/),
[API Doc](https://github.com/LedgerHQ/ledgerjs/blob/master/API.md),
[Ledger Devs Slack](https://ledger-dev.slack.com/)

@@ -101,1 +101,5 @@ /********************************************************************************

}
export const isLedgerDevice = (device: Object) =>
(device.vendorId === 0x2581 && device.productId === 0x3b7c) ||
device.vendorId === 0x2c97;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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