New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@solana-wallets/core

Package Overview
Dependencies
Maintainers
0
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solana-wallets/core - npm Package Compare versions

Comparing version 0.8.2 to 0.8.3

2

package.json
{
"name": "@solana-wallets/core",
"version": "0.8.2",
"version": "0.8.3",
"description": "Example hello world package in the solana-wallets repository.",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -126,2 +126,4 @@ import { WalletAccount, type Wallet as StandardWallet } from "@wallet-standard/base"

onSet($walletsMap, async ({ newValue }) => {
console.log("wallets map changed: ", { newWallets: newValue })
dispatchAvailableWalletsChanged({ wallets: Object.values(newValue) })

@@ -133,2 +135,3 @@

if (connected || connecting) {
console.error("wallets map changed: not auto connecting since already connected/connecting")
return

@@ -135,0 +138,0 @@ }

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