New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@live-change/framework

Package Overview
Dependencies
Maintainers
1
Versions
362
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.12 to 0.3.13

2

lib/utils.js

@@ -211,3 +211,3 @@ const fs = require("fs")

const property = properties[propName]
if(property.defaultValue) {
if(property.hasOwnProperty('defaultValue')) {
result[propName] = property.defaultValue

@@ -214,0 +214,0 @@ } else if(property.type == Object) {

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