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.8 to 0.4.9

7

lib/auth.js

@@ -35,2 +35,9 @@ "use strict";

}
if (data.wallets) {
const userInfo = this.userInfo();
if (userInfo) {
userInfo.wallets = data.wallets;
this.setUserInfo(userInfo);
}
}
if (data.error) {

@@ -37,0 +44,0 @@ if (data.error.code === 8005 || data.error.code === 10005) {

2

package.json
{
"name": "@particle-network/auth",
"version": "0.4.8",
"version": "0.4.9",
"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