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

@logux/client

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@logux/client - npm Package Compare versions

Comparing version 0.9.2 to 0.9.3

3

CHANGELOG.md
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).
## 0.9.3
* Fix `changeUser()` for cross-tab client case (by Sergey Korolev).
## 0.9.2

@@ -5,0 +8,0 @@ * Fix log messages (by Eduard Aksamitov).

2

client/index.js

@@ -282,3 +282,3 @@ import { createNanoEvents } from 'nanoevents'

this.options.token = token
this.clientId = userId + ':' + this.clientId.split(':')[1]
this.clientId = userId + ':' + this.getClientId()
this.nodeId = this.clientId + ':' + this.tabId

@@ -285,0 +285,0 @@

{
"name": "@logux/client",
"version": "0.9.2",
"version": "0.9.3",
"description": "Logux base components to build web client",

@@ -21,3 +21,3 @@ "keywords": [

"dependencies": {
"@logux/core": "^0.6.1",
"@logux/core": "^0.6.2",
"nanoevents": "^5.1.8",

@@ -51,7 +51,2 @@ "nanoid": "^3.1.12"

},
"./confirm/package.json": "./confirm/package.json",
"./confirm": {
"require": "./confirm/index.cjs",
"import": "./confirm/index.js"
},
"./cross-tab-client/package.json": "./cross-tab-client/package.json",

@@ -67,2 +62,7 @@ "./cross-tab-client": {

},
"./confirm/package.json": "./confirm/package.json",
"./confirm": {
"require": "./confirm/index.cjs",
"import": "./confirm/index.js"
},
"./indexed-store/package.json": "./indexed-store/package.json",

@@ -69,0 +69,0 @@ "./indexed-store": {

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