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

@ledgerhq/types-live

Package Overview
Dependencies
Maintainers
20
Versions
248
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ledgerhq/types-live - npm Package Compare versions

Comparing version 6.23.0-nightly.1 to 6.23.0-nightly.2

6

CHANGELOG.md
# @ledgerhq/types-live
## 6.23.0-nightly.2
### Minor Changes
- [#764](https://github.com/LedgerHQ/ledger-live/pull/764) [`ebe1adfb7`](https://github.com/LedgerHQ/ledger-live/commit/ebe1adfb7d264da0f8c9e30b84c188eaa931d1e6) Thanks [@juan-cortes](https://github.com/juan-cortes)! - Added development firmware detection to getDeviceInfo
## 6.23.0-nightly.1

@@ -4,0 +10,0 @@

@@ -6,3 +6,10 @@ /** Add others with union (e.g. "learn" | "market" | "foo") */

export declare type Feature = {
/** If false, the feature is disabled (for every languages regardless of the languages_whitelisted option) */
enabled: boolean;
/** You can optionnally use one of the two following options (languages_whitelisted and languages_blacklisted) (Only implemented on mobile for now) */
/** List of languages for which the feature is enabled (it will be disabled by default for all of the others) */
languages_whitelisted?: [string];
/** List of languages for which the feature is disabled */
languages_blacklisted?: [string];
/** Additional params */
params?: any;

@@ -9,0 +16,0 @@ };

1

lib-es/manager.d.ts

@@ -36,2 +36,3 @@ /// <reference types="node" />

onboarded?: boolean;
hasDevFirmware?: boolean;
};

@@ -38,0 +39,0 @@ /**

@@ -6,3 +6,10 @@ /** Add others with union (e.g. "learn" | "market" | "foo") */

export declare type Feature = {
/** If false, the feature is disabled (for every languages regardless of the languages_whitelisted option) */
enabled: boolean;
/** You can optionnally use one of the two following options (languages_whitelisted and languages_blacklisted) (Only implemented on mobile for now) */
/** List of languages for which the feature is enabled (it will be disabled by default for all of the others) */
languages_whitelisted?: [string];
/** List of languages for which the feature is disabled */
languages_blacklisted?: [string];
/** Additional params */
params?: any;

@@ -9,0 +16,0 @@ };

@@ -36,2 +36,3 @@ /// <reference types="node" />

onboarded?: boolean;
hasDevFirmware?: boolean;
};

@@ -38,0 +39,0 @@ /**

2

package.json
{
"name": "@ledgerhq/types-live",
"version": "6.23.0-nightly.1",
"version": "6.23.0-nightly.2",
"description": "Ledger Live main types.",

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

@@ -15,3 +15,10 @@ /** Add others with union (e.g. "learn" | "market" | "foo") */

export type Feature = {
/** If false, the feature is disabled (for every languages regardless of the languages_whitelisted option) */
enabled: boolean;
/** You can optionnally use one of the two following options (languages_whitelisted and languages_blacklisted) (Only implemented on mobile for now) */
/** List of languages for which the feature is enabled (it will be disabled by default for all of the others) */
languages_whitelisted?: [string];
/** List of languages for which the feature is disabled */
languages_blacklisted?: [string];
/** Additional params */
params?: any;

@@ -18,0 +25,0 @@ };

@@ -42,2 +42,3 @@ import type { DeviceModelId } from "@ledgerhq/types-devices";

onboarded?: boolean;
hasDevFirmware?: boolean;
};

@@ -44,0 +45,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

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 too big to display

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