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.8.0 to 0.8.1

3

CHANGELOG.md
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).
## 0.8.1
* Fix node ID generation in `Client#changeUser()`.
## 0.8

@@ -5,0 +8,0 @@ * Use Logux Core 0.5 and WebSocket Protocol 3.

2

client/index.js

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

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

@@ -280,0 +280,0 @@

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

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

"dependencies": {
"@logux/core": "^0.5.1",
"@logux/core": "^0.5.2",
"browser-supports-log-styles": "^1.1.7",
"nanoevents": "^5.1.5",
"nanoid": "^3.0.2"
"nanoid": "^3.1.3"
},

@@ -54,2 +54,7 @@ "size-limit2": [

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

@@ -60,7 +65,2 @@ "./client": {

},
"./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,0 +67,0 @@ "./cross-tab-client": {

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