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
316
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.0 to 0.4.1

8

lib/utils/CommandQueue.js

@@ -31,4 +31,4 @@ const ReactiveDao = require('@live-change/dao')

output.change(
obj && obj.state == 'new' ? { ...obj, id: obj.service+'_'+obj.id , to: obj.id } : null,
oldObj && oldObj.state == 'new' ? { ...oldObj, id: obj.service+'_'+oldObj.id , to: oldObj.id } : null
obj && obj.state == 'new' ? { ...obj, id: obj.service+'_'+obj.id } : null,
oldObj && oldObj.state == 'new' ? { ...oldObj, id: obj.service+'_'+oldObj.id } : null
)

@@ -118,3 +118,3 @@ )

for(let command of commands) {
this.handleCommand({ ...command, id: command.to })
this.handleCommand({ ...command, id: command.id.split('_')[1] })
}

@@ -125,3 +125,3 @@ }

if(oldObject) return // Object changes ignored
this.handleCommand({ ...command, id: command.to })
this.handleCommand({ ...command, id: command.id.split('_')[1] })
}

@@ -128,0 +128,0 @@ error(error) {

{
"name": "@live-change/framework",
"version": "0.4.0",
"version": "0.4.1",
"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