Socket
Socket
Sign inDemoInstall

@ledgerhq/devices

Package Overview
Dependencies
Maintainers
12
Versions
261
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ledgerhq/devices - npm Package Compare versions

Comparing version 4.72.2 to 4.73.1

7

lib/index.js

@@ -37,3 +37,4 @@ "use strict";

legacyUsbProductId: 0x0000,
usbOnly: true
usbOnly: true,
memorySize: 480 * 1024
},

@@ -45,3 +46,4 @@ nanoS: {

legacyUsbProductId: 0x0001,
usbOnly: true
usbOnly: true,
memorySize: 320 * 1024
},

@@ -54,2 +56,3 @@ nanoX: {

usbOnly: false,
memorySize: 2 * 1024 * 1024,
bluetoothSpec: [{

@@ -56,0 +59,0 @@ // this is the legacy one (prototype version). we will eventually drop it.

{
"name": "@ledgerhq/devices",
"version": "4.72.2",
"version": "4.73.1",
"description": "Ledger devices",

@@ -36,3 +36,3 @@ "keywords": [

},
"gitHead": "6447140ce2117dc2abdc0800b9c78ad484e56f4d"
"gitHead": "82e605de2608fb0a55226c17c740c960348df9e9"
}

@@ -31,3 +31,4 @@ // @flow

legacyUsbProductId: 0x0000,
usbOnly: true
usbOnly: true,
memorySize: 480 * 1024
},

@@ -39,3 +40,4 @@ nanoS: {

legacyUsbProductId: 0x0001,
usbOnly: true
usbOnly: true,
memorySize: 320 * 1024
},

@@ -48,2 +50,3 @@ nanoX: {

usbOnly: false,
memorySize: 2 * 1024 * 1024,
bluetoothSpec: [

@@ -151,2 +154,3 @@ {

usbOnly: boolean,
memorySize: number,
bluetoothSpec?: Array<{

@@ -153,0 +157,0 @@ serviceUuid: string,

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