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

@live-change/framework

Package Overview
Dependencies
Maintainers
1
Versions
332
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.4.43 to 0.4.44

2

lib/processes/commandExecutor.js

@@ -43,3 +43,3 @@ const KeyBasedExecutionQueues = require('../utils/KeyBasedExecutionQueues.js')

routine.key = keyFunction(command)
const promise = service.keyBasedCommandQueues.queue(routine)
const promise = service.keyBasedExecutionQueues.queue(routine)
await service.profileLog.endPromise(profileOp, promise)

@@ -46,0 +46,0 @@ return promise

@@ -57,3 +57,3 @@ const KeyBasedExecutionQueues = require('../utils/KeyBasedExecutionQueues.js')

console.log("TRIGGER QUEUE KEY", routine.key)
const promise = service.keyBasedTriggerQueues.queue(routine)
const promise = service.keyBasedExecutionQueues.queue(routine)
await service.profileLog.endPromise(profileOp, promise)

@@ -60,0 +60,0 @@ return promise

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

@@ -5,0 +5,0 @@ "main": "index.js",

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