Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@live-change/framework

Package Overview
Dependencies
Maintainers
0
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.8.97 to 0.8.98

4

lib/runtime/params.js

@@ -72,6 +72,6 @@ import Model from './Model.js'

if(!definition) return data
if(definition.type == Object) {
if(definition.type === Object && definition.properties) {
return processReturns(data, definition.properties)
}
if(definition.type == Array) {
if(definition.type === Array) {
return data.map(item => processReturn(item, definition.of))

@@ -78,0 +78,0 @@ }

{
"name": "@live-change/framework",
"version": "0.8.97",
"version": "0.8.98",
"description": "Live Change Framework - ultimate solution for real time mobile/web apps",

@@ -25,6 +25,6 @@ "main": "index.js",

"devDependencies": {
"@live-change/dao": "^0.8.97",
"@live-change/uid": "^0.8.97"
"@live-change/dao": "^0.8.98",
"@live-change/uid": "^0.8.98"
},
"gitHead": "5e1beea2df2a168d9da8f9fa802f4340de9d75e6"
"gitHead": "7e6e0621a709ac4fe94790d2df940488e544ccd3"
}
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