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

wax-wallet-manager

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wax-wallet-manager - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

lib/UsersManager.d.ts

@@ -1,1 +0,1 @@

export declare function swapUsers(user: any, wallet: string): void;
export declare function swapUsers(user: any, wallet: string, remove?: boolean): void;

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

var storage_1 = require("./storage");
function swapUsers(user, wallet) {
function swapUsers(user, wallet, remove) {
var _user = formatUser(user, wallet);

@@ -11,3 +11,5 @@ var allusers = getUsersList().filter(function (find) {

});
allusers.unshift(_user);
if (!remove) {
allusers.unshift(_user);
}
setUsersList(allusers);

@@ -14,0 +16,0 @@ }

{
"name": "wax-wallet-manager",
"version": "1.0.4",
"version": "1.0.5",
"description": "Manage multiple Wax Blockchain account login sessions across WCW and supported wallets.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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