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.2.5 to 0.2.6

3

lib/runtime/Service.js

@@ -180,5 +180,4 @@ const Model = require("./Model.js")

}
console.log("TRIG EXECD")
await emit.commit()
return result
return resultpodpie
})

@@ -185,0 +184,0 @@ }

@@ -14,4 +14,6 @@ const ReactiveDao = require("@live-change/dao")

if(signal != 'set') return reject('unknownSignal')
done = true
if(filter(value)) resolve(value)
if(filter(value)) {
done = true
resolve(value)
}
}

@@ -18,0 +20,0 @@ setTimeout(() => {

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