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.73.2 to 4.73.3

7

lib/index.js

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

usbOnly: true,
memorySize: 480 * 1024
memorySize: 480 * 1024,
blockSize: 4 * 1024
},

@@ -47,3 +48,4 @@ nanoS: {

usbOnly: true,
memorySize: 320 * 1024
memorySize: 320 * 1024,
blockSize: 4 * 1024
},

@@ -57,2 +59,3 @@ nanoX: {

memorySize: 2 * 1024 * 1024,
blockSize: 4 * 1024,
bluetoothSpec: [{

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

{
"name": "@ledgerhq/devices",
"version": "4.73.2",
"version": "4.73.3",
"description": "Ledger devices",

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

},
"gitHead": "c2a9926b235e80986c65e8132df8fe269b6a83c2"
"gitHead": "c036d6d1e7072b174b7178ee2d06662a72afe358"
}

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

usbOnly: true,
memorySize: 480 * 1024
memorySize: 480 * 1024,
blockSize: 4 * 1024
},

@@ -41,3 +42,4 @@ nanoS: {

usbOnly: true,
memorySize: 320 * 1024
memorySize: 320 * 1024,
blockSize: 4 * 1024
},

@@ -51,2 +53,3 @@ nanoX: {

memorySize: 2 * 1024 * 1024,
blockSize: 4 * 1024,
bluetoothSpec: [

@@ -155,2 +158,3 @@ {

memorySize: number,
blockSize: number,
bluetoothSpec?: Array<{

@@ -157,0 +161,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