Socket
Socket
Sign inDemoInstall

@particle-network/solana-wallet

Package Overview
Dependencies
Maintainers
4
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@particle-network/solana-wallet - npm Package Compare versions

Comparing version 0.7.6 to 0.7.7-alpha.0

3

lib/solana-wallet.js

@@ -53,2 +53,5 @@ "use strict";

this.isParticleNetwork = true;
this.name = "Particle";
this.url = "https://particle.network";
this.icon = "https://static.particle.network/wallet-icons/Particle.png";
this.events = new events_1.EventEmitter();

@@ -55,0 +58,0 @@ this.auth = auth;

@@ -14,2 +14,5 @@ import { PublicKey, Transaction, Connection, ConnectionConfig } from "@solana/web3.js";

readonly isParticleNetwork = true;
name: string;
url: string;
icon: string;
private _publicKey;

@@ -16,0 +19,0 @@ private _connecting;

6

package.json
{
"name": "@particle-network/solana-wallet",
"version": "0.7.6",
"version": "0.7.7-alpha.0",
"files": [

@@ -19,3 +19,3 @@ "lib",

"dependencies": {
"@particle-network/auth": "^0.7.6"
"@particle-network/auth": "^0.7.7-alpha.0"
},

@@ -34,3 +34,3 @@ "devDependencies": {

},
"gitHead": "993d410ae2815c14f3c76891b491ebcf2919eb5e"
"gitHead": "5355e589290c24e5f73e19b534e12befb6e4e936"
}

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