Socket
Socket
Sign inDemoInstall

@solana/wallet-adapter-clover

Package Overview
Dependencies
Maintainers
14
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.4.8 to 0.4.9

9

package.json
{
"name": "@solana/wallet-adapter-clover",
"version": "0.4.8",
"version": "0.4.9",
"author": "Solana Maintainers <maintainers@solana.foundation>",

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

"exports": {
"require": "./lib/cjs/index.js",
"import": "./lib/esm/index.mjs",
"require": "./lib/cjs/index.js"
"types": "./lib/types/index.d.ts"
},

@@ -34,3 +35,3 @@ "files": [

"dependencies": {
"@solana/wallet-adapter-base": "^0.9.10"
"@solana/wallet-adapter-base": "^0.9.12"
},

@@ -40,3 +41,3 @@ "devDependencies": {

},
"gitHead": "29b57115d1fd7bf097f14ca82cbb1c96e65b8372"
"gitHead": "723e197f5bda4661b7bede354858948ce5d889c8"
}

@@ -66,11 +66,11 @@ import type { WalletName } from '@solana/wallet-adapter-base';

get publicKey(): PublicKey | null {
get publicKey() {
return this._publicKey;
}
get connecting(): boolean {
get connecting() {
return this._connecting;
}
get readyState(): WalletReadyState {
get readyState() {
return this._readyState;

@@ -87,3 +87,3 @@ }

// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
const wallet = window!.clover_solana!;
const wallet = window.clover_solana!;

@@ -90,0 +90,0 @@ let account: string;

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