Socket
Socket
Sign inDemoInstall

@logux/core

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@logux/core - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

4

CHANGELOG.md
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).
## 0.5.2
* Fix `Reconnect` at `changeUser` from Logux Client.
## 0.5.1

@@ -8,2 +11,3 @@ * Fix protocol version.

## 0.5 ö
* Use WebSocket Protocol version 3.
* Change `auth` callback signature.

@@ -10,0 +14,0 @@ * Rename `credentials` option to `token`.

18

package.json
{
"name": "@logux/core",
"version": "0.5.1",
"version": "0.5.2",
"description": "Logux core components",

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

},
"./connect/package.json": "./connect/package.json",
"./connect": {
"require": "./connect/index.cjs",
"import": "./connect/index.js"
"./client-node/package.json": "./client-node/package.json",
"./client-node": {
"require": "./client-node/index.cjs",
"import": "./client-node/index.js"
},

@@ -51,6 +51,6 @@ "./debug/package.json": "./debug/package.json",

},
"./client-node/package.json": "./client-node/package.json",
"./client-node": {
"require": "./client-node/index.cjs",
"import": "./client-node/index.js"
"./connect/package.json": "./connect/package.json",
"./connect": {
"require": "./connect/index.cjs",
"import": "./connect/index.js"
},

@@ -57,0 +57,0 @@ "./each-store-check/package.json": "./each-store-check/package.json",

@@ -130,4 +130,8 @@ const DEFAULT_OPTIONS = {

}
get emitter () {
return this.connection.emitter
}
}
export { Reconnect }

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