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

@ledgerhq/connect-kit

Package Overview
Dependencies
Maintainers
20
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.0.16 to 1.0.17-beta.0

2

CHANGELOG.md

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

## 1.0.17-beta.0 - 2023-06-19
## 1.0.16 - 2023-04-04

@@ -12,0 +14,0 @@ ### Changed

3

dist/umd/components/ConnectWithLedgerLiveModal/ConnectWithLedgerLiveModal.d.ts

@@ -1,2 +0,1 @@

/// <reference types="react" />
import { ModalProps } from "../Modal/Modal";

@@ -7,3 +6,3 @@ export type ConnectWithLedgerLiveModalProps = {

} & ModalProps;
declare const ConnectWithLedgerLiveModal: ({ isDesktop, uri, onClose, }: ConnectWithLedgerLiveModalProps) => JSX.Element;
declare const ConnectWithLedgerLiveModal: ({ isDesktop, uri, onClose, }: ConnectWithLedgerLiveModalProps) => import("react/jsx-runtime").JSX.Element;
export default ConnectWithLedgerLiveModal;

@@ -1,5 +0,4 @@

/// <reference types="react" />
import { ModalProps } from "../Modal/Modal";
export type ExtensionUnavailableModalProps = ModalProps;
declare const ExtensionUnavailableModal: ({ onClose, }: ExtensionUnavailableModalProps) => JSX.Element;
declare const ExtensionUnavailableModal: ({ onClose, }: ExtensionUnavailableModalProps) => import("react/jsx-runtime").JSX.Element;
export default ExtensionUnavailableModal;

@@ -8,3 +8,3 @@ import { ReactElement } from "react";

}
export declare const Modal: ({ onClose, children }: ModalProps) => JSX.Element | null;
export declare const Modal: ({ onClose, children }: ModalProps) => import("react/jsx-runtime").JSX.Element | null;
export default Modal;

@@ -1,3 +0,2 @@

/// <reference types="react" />
declare const PlatformNotSupportedModal: () => JSX.Element;
declare const PlatformNotSupportedModal: () => import("react/jsx-runtime").JSX.Element;
export default PlatformNotSupportedModal;
{
"name": "@ledgerhq/connect-kit",
"version": "1.0.16",
"version": "1.0.17-beta.0",
"description": "A library for dApps to integrate with the Ledger Extension and Ledger Live",

@@ -5,0 +5,0 @@ "author": "Hugo Lopes",

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