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 to 6.24.0-next.0

10

CHANGELOG.md
# @ledgerhq/types-live
## 6.24.0-next.0
### Minor Changes
- [#814](https://github.com/LedgerHQ/ledger-live/pull/814) [`23c9bf994`](https://github.com/LedgerHQ/ledger-live/commit/23c9bf9949169d31d534f12dca48e21e35df05b2) Thanks [@juan-cortes](https://github.com/juan-cortes)! - Added development/QA tool for feature flags [Desktop]
### Patch Changes
- [#958](https://github.com/LedgerHQ/ledger-live/pull/958) [`68c50cd94`](https://github.com/LedgerHQ/ledger-live/commit/68c50cd94bbe50a1bf284a2e9e5aed3781788754) Thanks [@ofreyssinet-ledger](https://github.com/ofreyssinet-ledger)! - Add properties to Feature type: "overridesRemote", "enabledOverriddenForCurrentLanguage"
## 6.23.0

@@ -4,0 +14,0 @@

6

lib-es/feature.d.ts
/** Add others with union (e.g. "learn" | "market" | "foo") */
export declare type FeatureId = "learn" | "pushNotifications" | "llmUsbFirmwareUpdate" | "ratings" | "counterValue" | "buyDeviceFromLive" | "ptxSmartRouting" | "currencyOsmosis" | string;
export declare type FeatureId = "learn" | "pushNotifications" | "llmUsbFirmwareUpdate" | "ratings" | "counterValue" | "buyDeviceFromLive" | "ptxSmartRouting" | "currencyOsmosis" | "ptxSmartRoutingMobile" | string;
/** We use objects instead of direct booleans for potential future improvements

@@ -13,2 +13,6 @@ like feature versioning etc */

languages_blacklisted?: [string];
/** Whether the remote value of `enabled` was overriden due to `languages_whitelisted` or `languages_blacklisted` */
enabledOverriddenForCurrentLanguage?: boolean;
/** Whether the remote value of this object was overriden locally */
overridesRemote?: boolean;
/** Additional params */

@@ -15,0 +19,0 @@ params?: any;

/** Add others with union (e.g. "learn" | "market" | "foo") */
export declare type FeatureId = "learn" | "pushNotifications" | "llmUsbFirmwareUpdate" | "ratings" | "counterValue" | "buyDeviceFromLive" | "ptxSmartRouting" | "currencyOsmosis" | string;
export declare type FeatureId = "learn" | "pushNotifications" | "llmUsbFirmwareUpdate" | "ratings" | "counterValue" | "buyDeviceFromLive" | "ptxSmartRouting" | "currencyOsmosis" | "ptxSmartRoutingMobile" | string;
/** We use objects instead of direct booleans for potential future improvements

@@ -13,2 +13,6 @@ like feature versioning etc */

languages_blacklisted?: [string];
/** Whether the remote value of `enabled` was overriden due to `languages_whitelisted` or `languages_blacklisted` */
enabledOverriddenForCurrentLanguage?: boolean;
/** Whether the remote value of this object was overriden locally */
overridesRemote?: boolean;
/** Additional params */

@@ -15,0 +19,0 @@ params?: any;

4

package.json
{
"name": "@ledgerhq/types-live",
"version": "6.23.0",
"version": "6.24.0-next.0",
"description": "Ledger Live main types.",

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

"@ledgerhq/types-cryptoassets": "^6.23.0",
"@ledgerhq/types-devices": "^6.22.0"
"@ledgerhq/types-devices": "^6.22.1-next.0"
},

@@ -32,0 +32,0 @@ "scripts": {

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

| "currencyOsmosis"
| "ptxSmartRoutingMobile"
| string;

@@ -24,2 +25,6 @@

languages_blacklisted?: [string];
/** Whether the remote value of `enabled` was overriden due to `languages_whitelisted` or `languages_blacklisted` */
enabledOverriddenForCurrentLanguage?: boolean;
/** Whether the remote value of this object was overriden locally */
overridesRemote?: boolean;
/** Additional params */

@@ -26,0 +31,0 @@ params?: any;

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