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

@ledgerhq/types-live

Package Overview
Dependencies
Maintainers
8
Versions
249
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.50.0-nightly.2 to 6.50.0-nightly.3

lib-es/walletSync.d.ts

11

lib-es/feature.d.ts
import { ABTestingVariants } from "./ABTesting";
import { ChainwatchNetwork } from "./chainwatch";
import { StorylyInstanceID, StorylyInstanceType } from "./storyly";
import { WalletSyncEnvironment, WalletSyncWatchConfig } from "./walletSync";
/**

@@ -433,2 +434,10 @@ * Feature type.

}>;
export type Feature_LldWalletSync = Feature<{
environment: WalletSyncEnvironment;
watchConfig: WalletSyncWatchConfig;
}>;
export type Feature_LlmWalletSync = Feature<{
environment: WalletSyncEnvironment;
watchConfig: WalletSyncWatchConfig;
}>;
export type Feature_CounterValue = DefaultFeature;

@@ -454,4 +463,2 @@ export type Feature_MockFeature = DefaultFeature;

export type Feature_LlmChatbotSupport = DefaultFeature;
export type Feature_LldWalletSync = DefaultFeature;
export type Feature_LlmWalletSync = DefaultFeature;
export type Feature_SpamReportNfts = DefaultFeature;

@@ -458,0 +465,0 @@ export type Feature_EnableAppsBackup = DefaultFeature;

@@ -19,2 +19,3 @@ export * from "./account";

export * from "./ABTesting";
export * from "./walletSync";
//# sourceMappingURL=index.d.ts.map

@@ -19,2 +19,3 @@ export * from "./account";

export * from "./ABTesting";
export * from "./walletSync";
//# sourceMappingURL=index.js.map
import { ABTestingVariants } from "./ABTesting";
import { ChainwatchNetwork } from "./chainwatch";
import { StorylyInstanceID, StorylyInstanceType } from "./storyly";
import { WalletSyncEnvironment, WalletSyncWatchConfig } from "./walletSync";
/**

@@ -433,2 +434,10 @@ * Feature type.

}>;
export type Feature_LldWalletSync = Feature<{
environment: WalletSyncEnvironment;
watchConfig: WalletSyncWatchConfig;
}>;
export type Feature_LlmWalletSync = Feature<{
environment: WalletSyncEnvironment;
watchConfig: WalletSyncWatchConfig;
}>;
export type Feature_CounterValue = DefaultFeature;

@@ -454,4 +463,2 @@ export type Feature_MockFeature = DefaultFeature;

export type Feature_LlmChatbotSupport = DefaultFeature;
export type Feature_LldWalletSync = DefaultFeature;
export type Feature_LlmWalletSync = DefaultFeature;
export type Feature_SpamReportNfts = DefaultFeature;

@@ -458,0 +465,0 @@ export type Feature_EnableAppsBackup = DefaultFeature;

@@ -19,2 +19,3 @@ export * from "./account";

export * from "./ABTesting";
export * from "./walletSync";
//# sourceMappingURL=index.d.ts.map

@@ -35,2 +35,3 @@ "use strict";

__exportStar(require("./ABTesting"), exports);
__exportStar(require("./walletSync"), exports);
//# sourceMappingURL=index.js.map

2

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

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

import { ABTestingVariants } from "./ABTesting";
import { ChainwatchNetwork } from "./chainwatch";
import { StorylyInstanceID, StorylyInstanceType } from "./storyly";
import { WalletSyncEnvironment, WalletSyncWatchConfig } from "./walletSync";

@@ -477,2 +478,11 @@ /**

export type Feature_LldWalletSync = Feature<{
environment: WalletSyncEnvironment;
watchConfig: WalletSyncWatchConfig;
}>;
export type Feature_LlmWalletSync = Feature<{
environment: WalletSyncEnvironment;
watchConfig: WalletSyncWatchConfig;
}>;
export type Feature_CounterValue = DefaultFeature;

@@ -498,4 +508,2 @@ export type Feature_MockFeature = DefaultFeature;

export type Feature_LlmChatbotSupport = DefaultFeature;
export type Feature_LldWalletSync = DefaultFeature;
export type Feature_LlmWalletSync = DefaultFeature;
export type Feature_SpamReportNfts = DefaultFeature;

@@ -502,0 +510,0 @@ export type Feature_EnableAppsBackup = DefaultFeature;

@@ -19,1 +19,2 @@ export * from "./account";

export * from "./ABTesting";
export * from "./walletSync";

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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

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