Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@live-change/framework

Package Overview
Dependencies
Maintainers
0
Versions
300
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@live-change/framework - npm Package Compare versions

Comparing version 0.8.109 to 0.8.110

2

lib/utils/ExecutionQueue.js

@@ -31,3 +31,3 @@ class ExecutionQueue {

runNext() {
if(this.nextRoutines.length == 0) {
if(this.nextRoutines.length === 0) {
this.running = false

@@ -34,0 +34,0 @@ setTimeout(() => { if(!this.running && this.queues) this.queues.delete(this.key) }, 500)

{
"name": "@live-change/framework",
"version": "0.8.109",
"version": "0.8.110",
"description": "Live Change Framework - ultimate solution for real time mobile/web apps",

@@ -25,6 +25,6 @@ "main": "index.js",

"devDependencies": {
"@live-change/dao": "^0.8.109",
"@live-change/uid": "^0.8.109"
"@live-change/dao": "^0.8.110",
"@live-change/uid": "^0.8.110"
},
"gitHead": "075bf3759fae6c40fb8e44d77d9f12c5c175e098"
"gitHead": "8af31d640f43b00b2874f2c70fa4d4486541adfe"
}
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