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.3.3 to 0.3.4

3

CHANGELOG.md
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).
## 0.3.4
* Fix multiple resubscriptions.
## 0.3.3

@@ -5,0 +8,0 @@ * Fix log message for `logux/processed` or `logux/undo`.

2

client.js

@@ -186,3 +186,3 @@ var isFirstOlder = require('@logux/core/is-first-older')

}
if (meta.sync) meta.reasons.push('syncing')
if (meta.sync && !meta.resubscribe) meta.reasons.push('syncing')
})

@@ -189,0 +189,0 @@

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

@@ -5,0 +5,0 @@ "keywords": [

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