Socket
Socket
Sign inDemoInstall

@marinade.finance/ledger-utils

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@marinade.finance/ledger-utils - npm Package Compare versions

Comparing version 2.1.4 to 3.0.0

16

package.json
{
"name": "@marinade.finance/ledger-utils",
"version": "2.1.4",
"description": "Utility functions for interacting with the Ledger from CLI",
"version": "3.0.0",
"description": "Utility to interact with Solana Ledger from CLI",
"repository": {

@@ -26,5 +26,5 @@ "type": "git",

"devDependencies": {
"@ledgerhq/errors": "^6.13.1",
"@ledgerhq/hw-app-solana": "^7.0.12",
"@ledgerhq/hw-transport-node-hid-noevents": "^6.27.18",
"@ledgerhq/errors": "^6.16.1",
"@ledgerhq/hw-app-solana": "^7.1.2",
"@ledgerhq/hw-transport-node-hid-noevents": "^6.29.2",
"@solana/web3.js": "^1.78.5",

@@ -34,5 +34,5 @@ "@marinade.finance/ts-common": "^2.1.4"

"peerDependencies": {
"@ledgerhq/errors": "^6.14.0",
"@ledgerhq/hw-app-solana": "^7.0.13",
"@ledgerhq/hw-transport-node-hid-noevents": "^6.27.19",
"@ledgerhq/errors": "^6.16.1",
"@ledgerhq/hw-app-solana": "^7.1.2",
"@ledgerhq/hw-transport-node-hid-noevents": "^6.29.2",
"@solana/web3.js": "^1.78.5",

@@ -39,0 +39,0 @@ "@marinade.finance/ts-common": "^2.1.4"

@@ -7,3 +7,4 @@ import { Wallet } from './ledger';

* otherwise null is returned.
* This Wallet interface is compatible with Anchor TS SDK.
*/
export declare function parseLedgerWallet(pathOrUrl: string, logger?: LoggerPlaceholder): Promise<Wallet | null>;

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

* otherwise null is returned.
* This Wallet interface is compatible with Anchor TS SDK.
*/

@@ -13,0 +14,0 @@ async function parseLedgerWallet(pathOrUrl, logger) {

@@ -13,5 +13,2 @@ import Solana from '@ledgerhq/hw-app-solana';

* See https://github.com/coral-xyz/anchor/blob/v0.28.0/ts/packages/anchor/src/provider.ts#L344
*
* This intentionally duplicates the interface from packages/lib/web3js-common/src/wallet.ts
* as the `ledger-utils` is meant not to be in dependency of `web3js-common`.
*/

@@ -18,0 +15,0 @@ export interface Wallet {

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