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

@ledgerhq/types-devices

Package Overview
Dependencies
Maintainers
8
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ledgerhq/types-devices - npm Package Compare versions

Comparing version 6.25.1-nightly.1 to 6.25.1

6

CHANGELOG.md
# @ledgerhq/types-devices
## 6.25.1-nightly.1
## 6.25.1
### Patch Changes
- [#7327](https://github.com/LedgerHQ/ledger-live/pull/7327) [`8dd0fb1`](https://github.com/LedgerHQ/ledger-live/commit/8dd0fb195525eef4600a8ecbca2a80a1899de321) Thanks [@jiyuzhuang](https://github.com/jiyuzhuang)! - Rename QRCodeDevices by DevicesWithTouchScreen
- [#7204](https://github.com/LedgerHQ/ledger-live/pull/7204) [`c9329bb`](https://github.com/LedgerHQ/ledger-live/commit/c9329bb94d115bef23b02fdbed7c62f01c186d0a) Thanks [@jiyuzhuang](https://github.com/jiyuzhuang)! - Fix scanning QR code cannot show all devices with grand screen issue.
## 6.25.1-nightly.0
## 6.25.1-next.0

@@ -11,0 +11,0 @@ ### Patch Changes

@@ -14,5 +14,5 @@ /// <reference types="node" />

/**
* DevicesWithTouchScreen is a list of DeviceModelId of whom the Ledger device can present a QR code.
* QRCodeDevices is a list of DeviceModelId of whom the Ledger device can present a QR code.
*/
export declare const DevicesWithTouchScreen: DeviceModelId[];
export declare const QRCodeDevices: DeviceModelId[];
/**

@@ -19,0 +19,0 @@ * a DeviceModel contains all the information of a specific Ledger hardware wallet model.

@@ -14,5 +14,5 @@ /**

/**
* DevicesWithTouchScreen is a list of DeviceModelId of whom the Ledger device can present a QR code.
* QRCodeDevices is a list of DeviceModelId of whom the Ledger device can present a QR code.
*/
export const DevicesWithTouchScreen = [DeviceModelId.stax, DeviceModelId.europa];
export const QRCodeDevices = [DeviceModelId.stax, DeviceModelId.europa];
/**

@@ -19,0 +19,0 @@ *

@@ -14,5 +14,5 @@ /// <reference types="node" />

/**
* DevicesWithTouchScreen is a list of DeviceModelId of whom the Ledger device can present a QR code.
* QRCodeDevices is a list of DeviceModelId of whom the Ledger device can present a QR code.
*/
export declare const DevicesWithTouchScreen: DeviceModelId[];
export declare const QRCodeDevices: DeviceModelId[];
/**

@@ -19,0 +19,0 @@ * a DeviceModel contains all the information of a specific Ledger hardware wallet model.

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ChargingModes = exports.DevicesWithTouchScreen = exports.DeviceModelId = void 0;
exports.ChargingModes = exports.QRCodeDevices = exports.DeviceModelId = void 0;
/**

@@ -17,5 +17,5 @@ * DeviceModelId is a unique identifier to identify the model of a Ledger hardware wallet.

/**
* DevicesWithTouchScreen is a list of DeviceModelId of whom the Ledger device can present a QR code.
* QRCodeDevices is a list of DeviceModelId of whom the Ledger device can present a QR code.
*/
exports.DevicesWithTouchScreen = [DeviceModelId.stax, DeviceModelId.europa];
exports.QRCodeDevices = [DeviceModelId.stax, DeviceModelId.europa];
/**

@@ -22,0 +22,0 @@ *

{
"name": "@ledgerhq/types-devices",
"version": "6.25.1-nightly.1",
"version": "6.25.1",
"description": "Ledger types for devices and transport.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -14,3 +14,3 @@ <img src="https://user-images.githubusercontent.com/4631227/191834116-59cf590e-25cc-4956-ae5c-812ea464f324.png" height="100" />

* [DeviceModelId](#devicemodelid)
* [DevicesWithTouchScreen](#deviceswithtouchscreen)
* [QRCodeDevices](#qrcodedevices)
* [DeviceModel](#devicemodel)

@@ -35,5 +35,5 @@ * [ChargingModes](#chargingmodes)

### DevicesWithTouchScreen
### QRCodeDevices
DevicesWithTouchScreen is a list of DeviceModelId of whom the Ledger device can present a QR code.
QRCodeDevices is a list of DeviceModelId of whom the Ledger device can present a QR code.

@@ -40,0 +40,0 @@ Type: [Array](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array)<[DeviceModelId](#devicemodelid)>

@@ -14,5 +14,5 @@ /**

/**
* DevicesWithTouchScreen is a list of DeviceModelId of whom the Ledger device can present a QR code.
* QRCodeDevices is a list of DeviceModelId of whom the Ledger device can present a QR code.
*/
export const DevicesWithTouchScreen: DeviceModelId[] = [DeviceModelId.stax, DeviceModelId.europa];
export const QRCodeDevices: DeviceModelId[] = [DeviceModelId.stax, DeviceModelId.europa];

@@ -19,0 +19,0 @@ /**

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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