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

@particle-network/auth

Package Overview
Dependencies
Maintainers
3
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@particle-network/auth - npm Package Compare versions

Comparing version 0.4.7 to 0.4.8

2

lib/auth.js

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

}
const wallet = userInfo.wallets.find((wallet) => { var _a; return (_a = wallet.chain_name === chainType) !== null && _a !== void 0 ? _a : this.walletChainName(); });
const wallet = userInfo.wallets.find((wallet) => wallet.chain_name === (chainType || this.walletChainName()));
if (wallet !== undefined && wallet.public_address.length > 0) {

@@ -235,0 +235,0 @@ return wallet;

{
"name": "@particle-network/auth",
"version": "0.4.7",
"version": "0.4.8",
"files": [

@@ -5,0 +5,0 @@ "lib",

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