@live-change/framework
Advanced tools
Comparing version 0.4.27 to 0.4.28
@@ -152,3 +152,3 @@ const ReactiveDao = require("@live-change/dao") | ||
if(objectObserver) await objectReader.unobserve(objectObserver) | ||
if(obj.to) { | ||
if(obj && obj.to) { | ||
objectReader = input.table(tableName).object(obj.to) | ||
@@ -155,0 +155,0 @@ objectObserver = await objectReader.onChange(objectChangeCallback) |
{ | ||
"name": "@live-change/framework", | ||
"version": "0.4.27", | ||
"version": "0.4.28", | ||
"description": "Live Change Framework - ultimate solution for real time mobile/web apps", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
160250