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
256
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.54.0 to 6.55.0-next.0

4

lib-es/bridge.d.ts

@@ -31,2 +31,5 @@ import { BigNumber } from "bignumber.js";

}>;
export type BroadcastConfig = {
mevProtected: boolean;
};
/**

@@ -38,2 +41,3 @@ *

signedOperation: SignedOperation;
broadcastConfig?: BroadcastConfig;
};

@@ -40,0 +44,0 @@ /**

4

lib-es/feature.d.ts

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

ldmkTransport: Feature_LdmkTransport;
recoverUpsellRedirection: Feature_RecoverUpsellRedirection;
llMevProtection: DefaultFeature;

@@ -464,3 +463,5 @@ llmNetworkBasedAddAccountFlow: DefaultFeature;

top: number;
limit: number;
supported: boolean;
enableNewFeature: boolean;
}>;

@@ -517,3 +518,2 @@ export type Feature_NftsFromSimpleHash = Feature<{

export type Feature_MemoTag = DefaultFeature;
export type Feature_RecoverUpsellRedirection = DefaultFeature;
export type Feature_LlmRebornLP = Feature<{

@@ -520,0 +520,0 @@ variant: ABTestingVariants;

@@ -31,2 +31,5 @@ import { BigNumber } from "bignumber.js";

}>;
export type BroadcastConfig = {
mevProtected: boolean;
};
/**

@@ -38,2 +41,3 @@ *

signedOperation: SignedOperation;
broadcastConfig?: BroadcastConfig;
};

@@ -40,0 +44,0 @@ /**

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

ldmkTransport: Feature_LdmkTransport;
recoverUpsellRedirection: Feature_RecoverUpsellRedirection;
llMevProtection: DefaultFeature;

@@ -464,3 +463,5 @@ llmNetworkBasedAddAccountFlow: DefaultFeature;

top: number;
limit: number;
supported: boolean;
enableNewFeature: boolean;
}>;

@@ -517,3 +518,2 @@ export type Feature_NftsFromSimpleHash = Feature<{

export type Feature_MemoTag = DefaultFeature;
export type Feature_RecoverUpsellRedirection = DefaultFeature;
export type Feature_LlmRebornLP = Feature<{

@@ -520,0 +520,0 @@ variant: ABTestingVariants;

{
"name": "@ledgerhq/types-live",
"version": "6.54.0",
"version": "6.55.0-next.0",
"description": "Ledger Live main types.",

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

@@ -51,2 +51,6 @@ // NB this new "bridge" is a re-take of live-desktop bridge ideas

export type BroadcastConfig = {
mevProtected: boolean;
};
/**

@@ -58,2 +62,3 @@ *

signedOperation: SignedOperation;
broadcastConfig?: BroadcastConfig;
};

@@ -60,0 +65,0 @@

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

ldmkTransport: Feature_LdmkTransport;
recoverUpsellRedirection: Feature_RecoverUpsellRedirection;
llMevProtection: DefaultFeature;

@@ -514,3 +513,5 @@ llmNetworkBasedAddAccountFlow: DefaultFeature;

top: number;
limit: number;
supported: boolean;
enableNewFeature: boolean;
}>;

@@ -573,3 +574,2 @@

export type Feature_MemoTag = DefaultFeature;
export type Feature_RecoverUpsellRedirection = DefaultFeature;

@@ -576,0 +576,0 @@ export type Feature_LlmRebornLP = Feature<{

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

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