Socket
Socket
Sign inDemoInstall

@ledgerhq/connect-kit

Package Overview
Dependencies
Maintainers
3
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ledgerhq/connect-kit - npm Package Compare versions

Comparing version 1.1.8 to 1.1.9

4

CHANGELOG.md

@@ -10,2 +10,6 @@ # Changelog

## 1.1.9 - 2024-01-18
Export SupportedProviders and EthereumProvider
Bumps node version (16->20) in connect-kit release workflow
## 1.1.8 - 2023-12-14

@@ -12,0 +16,0 @@ New version fix

5

dist/umd/index.d.ts

@@ -22,4 +22,3 @@ type EthereumRequestPayload = {

declare enum SupportedProviders {
Ethereum = "Ethereum",
Solana = "Solana"
Ethereum = "Ethereum"
}

@@ -76,2 +75,2 @@ declare enum SupportedProviderImplementations {

export { checkSupport, enableDebugLogs, getProvider };
export { EthereumProvider, SupportedProviders, checkSupport, enableDebugLogs, getProvider };

@@ -6,4 +6,3 @@ import { EthereumProvider } from "../providers/ExtensionEvm";

export declare enum SupportedProviders {
Ethereum = "Ethereum",
Solana = "Solana"
Ethereum = "Ethereum"
}

@@ -10,0 +9,0 @@ export declare enum SupportedProviderImplementations {

{
"name": "@ledgerhq/connect-kit",
"version": "1.1.8",
"version": "1.1.9",
"description": "A library for dApps to integrate with the Ledger Extension and Ledger Live",

@@ -5,0 +5,0 @@ "author": "Ledger SAS <ledger.com>",

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

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