New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@live-change/dao

Package Overview
Dependencies
Maintainers
1
Versions
287
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@live-change/dao - npm Package Compare versions

Comparing version 0.2.6 to 0.2.7

2

lib/ReactiveConnection.js

@@ -278,3 +278,3 @@ const EventEmitter = require("./EventEmitter.js")

let queuedConnectionId = this.connectedCounter
if(this.settings.queueActiveRequestsOnDisconnect) {
if(this.settings.queueActiveRequestsOnDisconnect && this.settings.requestSendTimeout < Infinity) {
setTimeout(() => {

@@ -281,0 +281,0 @@ if(queuedConnectionId == this.connectedCounter) {

@@ -39,3 +39,3 @@ {

},
"version": "0.2.6"
"version": "0.2.7"
}
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