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

@solana/wallet-adapter-ledger

Package Overview
Dependencies
Maintainers
14
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solana/wallet-adapter-ledger - npm Package Compare versions

Comparing version 0.9.17-alpha.0 to 0.9.17-alpha.1

2

lib/cjs/adapter.js

@@ -37,3 +37,3 @@ "use strict";

const wallet_adapter_base_1 = require("@solana/wallet-adapter-base");
require("./polyfills/index");
require("./polyfills/index.js");
const util_js_1 = require("./util.js");

@@ -40,0 +40,0 @@ exports.LedgerWalletName = 'Ledger';

'use strict';
Object.defineProperty(exports, "__esModule", { value: true });
require("./Buffer");
require("./Buffer.js");
//# sourceMappingURL=index.js.map

@@ -15,3 +15,3 @@ "use strict";

const web3_js_1 = require("@solana/web3.js");
require("./polyfills/index");
require("./polyfills/index.js");
function getDerivationPath(account, change) {

@@ -18,0 +18,0 @@ const length = account !== undefined ? (change === undefined ? 3 : 4) : 2;

import { BaseSignerWalletAdapter, WalletConnectionError, WalletDisconnectedError, WalletDisconnectionError, WalletLoadError, WalletNotConnectedError, WalletNotReadyError, WalletPublicKeyError, WalletReadyState, WalletSignTransactionError, } from '@solana/wallet-adapter-base';
import './polyfills/index';
import './polyfills/index.js';
import { getDerivationPath, getPublicKey, signTransaction } from './util.js';

@@ -4,0 +4,0 @@ export const LedgerWalletName = 'Ledger';

'use strict';
import './Buffer';
import './Buffer.js';
//# sourceMappingURL=index.js.map
import { StatusCodes, TransportStatusError } from '@ledgerhq/hw-transport';
import { PublicKey } from '@solana/web3.js';
import './polyfills/index';
import './polyfills/index.js';
export function getDerivationPath(account, change) {

@@ -5,0 +5,0 @@ const length = account !== undefined ? (change === undefined ? 3 : 4) : 2;

@@ -5,3 +5,3 @@ /// <reference types="node" />

import type { PublicKey, Transaction } from '@solana/web3.js';
import './polyfills/index';
import './polyfills/index.js';
export interface LedgerWalletAdapterConfig {

@@ -8,0 +8,0 @@ derivationPath?: Buffer;

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

import './Buffer';
import './Buffer.js';
//# sourceMappingURL=index.d.ts.map
/// <reference types="node" />
import './polyfills/index';
import './polyfills/index.js';
export declare function getDerivationPath(account?: number, change?: number): Buffer;
//# sourceMappingURL=util.d.ts.map
{
"name": "@solana/wallet-adapter-ledger",
"version": "0.9.17-alpha.0",
"version": "0.9.17-alpha.1",
"author": "Solana Maintainers <maintainers@solana.foundation>",

@@ -5,0 +5,0 @@ "repository": "https://github.com/solana-labs/wallet-adapter",

@@ -17,3 +17,3 @@ import type { default as Transport } from '@ledgerhq/hw-transport';

import type { PublicKey, Transaction } from '@solana/web3.js';
import './polyfills/index';
import './polyfills/index.js';
import { getDerivationPath, getPublicKey, signTransaction } from './util.js';

@@ -20,0 +20,0 @@

'use strict';
import './Buffer';
import './Buffer.js';

@@ -5,3 +5,3 @@ import type { default as Transport } from '@ledgerhq/hw-transport';

import { PublicKey } from '@solana/web3.js';
import './polyfills/index';
import './polyfills/index.js';

@@ -8,0 +8,0 @@ export function getDerivationPath(account?: number, change?: number): Buffer {

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

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