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.3.8 to 0.3.9

4

lib/processors/crudGenerator.js

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

console.log(`CREATE ${modelName} WITH DATA ${JSON.stringify(data, null, " ")}`)
await modelRuntime().create({ ...data, id: props[idName] })
await modelRuntime().update(props[idName], { ...data, id: props[idName] })
}

@@ -78,3 +78,3 @@ })

async execute(props) {
await modelRuntime().update(props[idName], props.data)
await modelRuntime().update(props[idName], { ...props.data, id: props[idName] })
}

@@ -81,0 +81,0 @@ })

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

async rangeGet(range) {
return this.service.dao.get(this.path(range), ReactiveDao.ObservableList)
return this.service.dao.get(this.rangePath(range), ReactiveDao.ObservableList)
}

@@ -106,0 +106,0 @@

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