@ledgerhq/hw-app-btc
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -96,2 +96,4 @@ "use strict"; | ||
} | ||
const isLedgerDevice = exports.isLedgerDevice = device => device.vendorId === 0x2581 && device.productId === 0x3b7c || device.vendorId === 0x2c97; | ||
//# sourceMappingURL=utils.js.map |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
156425
1716