Socket
Socket
Sign inDemoInstall

@solana/wallet-adapter-base

Package Overview
Dependencies
Maintainers
14
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.9.13 to 0.9.14

lib/esm/adapter.js

1

lib/types/adapter.d.ts

@@ -72,1 +72,2 @@ import type { Connection, PublicKey, SendOptions, Signer, Transaction, TransactionSignature } from '@solana/web3.js';

export declare function scopePollingDetectionStrategy(detect: () => boolean): void;
//# sourceMappingURL=adapter.d.ts.map

@@ -53,1 +53,2 @@ export declare class WalletError extends Error {

}
//# sourceMappingURL=errors.d.ts.map

@@ -5,1 +5,2 @@ export * from './adapter';

export * from './types';
//# sourceMappingURL=index.d.ts.map

4

lib/types/signer.d.ts

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

import type { Transaction, TransactionSignature } from '@solana/web3.js';
import { Connection } from '@solana/web3.js';
import type { Connection, Transaction, TransactionSignature } from '@solana/web3.js';
import type { SendTransactionOptions, WalletAdapter } from './adapter';

@@ -22,1 +21,2 @@ import { BaseWalletAdapter } from './adapter';

}
//# sourceMappingURL=signer.d.ts.map

@@ -9,1 +9,2 @@ import type { WalletAdapter } from './adapter';

}
//# sourceMappingURL=types.d.ts.map
{
"name": "@solana/wallet-adapter-base",
"version": "0.9.13",
"author": "Solana Maintainers <maintainers@solana.foundation>",
"repository": "https://github.com/solana-labs/wallet-adapter",
"license": "Apache-2.0",
"type": "module",
"sideEffects": false,
"main": "lib/cjs/index.js",
"module": "lib/esm/index.mjs",
"types": "lib/types/index.d.ts",
"exports": {
".": {
"require": "./lib/cjs/index.js",
"import": "./lib/esm/index.mjs",
"types": "./lib/types/index.d.ts"
},
"./package.json": "./package.json"
},
"files": [
"lib",
"src",
"LICENSE"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"clean": "shx rm -rf lib/*",
"build": "yarn clean && tsc -p tsconfig.json && tsc-esm -p tsconfig.json && tsc -p tsconfig.cjs.json",
"postbuild": "echo '{\"type\":\"commonjs\"}' | npx json > lib/cjs/package.json && echo '{\"type\":\"module\"} ' | npx json > lib/esm/package.json"
},
"peerDependencies": {
"@solana/web3.js": "^1.50.1"
},
"dependencies": {
"eventemitter3": "^4.0.0"
},
"devDependencies": {
"@solana/web3.js": "^1.50.1"
}
}
"name": "@solana/wallet-adapter-base",
"version": "0.9.14",
"author": "Solana Maintainers <maintainers@solana.foundation>",
"repository": "https://github.com/solana-labs/wallet-adapter",
"license": "Apache-2.0",
"type": "module",
"sideEffects": false,
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"types": "./lib/types/index.d.ts",
"exports": {
"require": "./lib/cjs/index.js",
"import": "./lib/esm/index.js",
"types": "./lib/types/index.d.ts"
},
"files": [
"lib",
"src",
"LICENSE"
],
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"@solana/web3.js": "^1.50.1"
},
"dependencies": {
"eventemitter3": "^4.0.0"
},
"devDependencies": {
"@solana/web3.js": "^1.50.1",
"@types/node-fetch": "^2.6.2",
"shx": "^0.3.4"
},
"scripts": {
"clean": "shx mkdir -p lib && shx rm -rf lib"
}
}

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

import type { Transaction, TransactionSignature } from '@solana/web3.js';
import { Connection } from '@solana/web3.js';
import type { Connection, Transaction, TransactionSignature } from '@solana/web3.js';
import type { SendTransactionOptions, WalletAdapter } from './adapter';

@@ -4,0 +3,0 @@ import { BaseWalletAdapter } from './adapter';

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