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

@ledgerhq/types-live

Package Overview
Dependencies
Maintainers
7
Versions
259
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.46.0-nightly.3 to 6.46.0-nightly.4

6

CHANGELOG.md
# @ledgerhq/types-live
## 6.46.0-nightly.4
### Patch Changes
- [#6686](https://github.com/LedgerHQ/ledger-live/pull/6686) [`bbe790e`](https://github.com/LedgerHQ/ledger-live/commit/bbe790ef2efdb0d8bdd57829b6543c3baab5dfb9) Thanks [@beths-ledger](https://github.com/beths-ledger)! - Add buy-sell-ui feature flag to enable progressive roll out of new manifest ID.
## 6.46.0-nightly.3

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

4

lib-es/feature.d.ts

@@ -119,2 +119,3 @@ import { ABTestingVariants } from "./ABTesting";

mockFeature: Feature_MockFeature;
buySellUi: Feature_BuySellUiManifest;
multibuyNavigation: Feature_MultibuyNavigation;

@@ -419,2 +420,5 @@ referralProgramDesktopSidebar: Feature_ReferralProgramDesktopSidebar;

}>;
export type Feature_BuySellUiManifest = Feature<{
manifestId: string;
}>;
export type Feature_CounterValue = DefaultFeature;

@@ -421,0 +425,0 @@ export type Feature_MockFeature = DefaultFeature;

@@ -119,2 +119,3 @@ import { ABTestingVariants } from "./ABTesting";

mockFeature: Feature_MockFeature;
buySellUi: Feature_BuySellUiManifest;
multibuyNavigation: Feature_MultibuyNavigation;

@@ -419,2 +420,5 @@ referralProgramDesktopSidebar: Feature_ReferralProgramDesktopSidebar;

}>;
export type Feature_BuySellUiManifest = Feature<{
manifestId: string;
}>;
export type Feature_CounterValue = DefaultFeature;

@@ -421,0 +425,0 @@ export type Feature_MockFeature = DefaultFeature;

2

package.json
{
"name": "@ledgerhq/types-live",
"version": "6.46.0-nightly.3",
"version": "6.46.0-nightly.4",
"description": "Ledger Live main types.",

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

@@ -132,2 +132,3 @@ import { ABTestingVariants } from "./ABTesting";

mockFeature: Feature_MockFeature;
buySellUi: Feature_BuySellUiManifest;
multibuyNavigation: Feature_MultibuyNavigation;

@@ -463,2 +464,6 @@ referralProgramDesktopSidebar: Feature_ReferralProgramDesktopSidebar;

export type Feature_BuySellUiManifest = Feature<{
manifestId: string; // id of the app to use for the Buy/Sell UI, e.g. "multibuy-v2"
}>;
export type Feature_CounterValue = DefaultFeature;

@@ -465,0 +470,0 @@ export type Feature_MockFeature = DefaultFeature;

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