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.2 to 0.5.3

1

base-node/index.d.ts

@@ -175,3 +175,2 @@ import { Unsubscribe } from 'nanoevents'

* ```js
*
* if (node.remoteProtocol >= 5) {

@@ -178,0 +177,0 @@ * useNewAPI()

3

CHANGELOG.md
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).
## 0.5.3
* Fix types.
## 0.5.2

@@ -5,0 +8,0 @@ * Fix `Reconnect` at `changeUser` from Logux Client.

@@ -37,10 +37,10 @@ import { Unsubscribe } from 'nanoevents'

/**
* Set code as reason and remove this reasons from previous actions.
* Why action should be kept in log. Action without reasons will be removed.
*/
subprotocol?: string,
reasons: string[]
/**
* Why action should be kept in log. Action without reasons will be removed.
* Set code as reason and remove this reasons from previous actions.
*/
reasons?: string[]
subprotocol?: string,

@@ -47,0 +47,0 @@ /**

{
"name": "@logux/core",
"version": "0.5.2",
"version": "0.5.3",
"description": "Logux core components",

@@ -45,2 +45,7 @@ "keywords": [

},
"./connect/package.json": "./connect/package.json",
"./connect": {
"require": "./connect/index.cjs",
"import": "./connect/index.js"
},
"./debug/package.json": "./debug/package.json",

@@ -51,7 +56,2 @@ "./debug": {

},
"./connect/package.json": "./connect/package.json",
"./connect": {
"require": "./connect/index.cjs",
"import": "./connect/index.js"
},
"./each-store-check/package.json": "./each-store-check/package.json",

@@ -58,0 +58,0 @@ "./each-store-check": {

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