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.13 to 0.3.14

15

lib/processors/crudGenerator.js
const utils = require("../utils.js")
function ignoreValidation(prop) {
delete prop.validation
if(prop.properties) {
for(let propName in prop.properties) {
ignoreValidation(prop.properties[propName])
}
}
if(prop.of) {
delete ignoreValidation(prop.of)
}
}
module.exports = function(service, app) {

@@ -23,2 +35,5 @@ if(!service) throw new Error("no service")

}
if(crud.ignoreValidation) {
ignoreValidation(properties[propName])
}
}

@@ -25,0 +40,0 @@ let idProp = {}

2

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