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
302
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.3.16 to 0.3.17

4

lib/App.js

@@ -174,3 +174,5 @@ const ReactiveDao = require("@live-change/dao")

}
return Promise.all(promises)
const result = await Promise.all(promises)
console.log("TRIGGER FINISHED!", result)
return result
}

@@ -177,0 +179,0 @@

@@ -236,2 +236,3 @@ const utils = require("../utils.js")

let data = {}
console.log("PARAMS", params)
for (let k in stepProperties) data[k] = params[k]

@@ -238,0 +239,0 @@ if(nextStep) {

@@ -28,2 +28,3 @@ const Model = require('./Model.js')

if(prop.type == Object) {
if(!parameter) return null
return await prepareParameters(parameter, prop.properties)

@@ -30,0 +31,0 @@ }

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