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

sz-mx-cabin

Package Overview
Dependencies
Maintainers
2
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sz-mx-cabin - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

2

es/UIGeneratorUtils.js

@@ -877,3 +877,3 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }

if (attributs[tableName][componentName].type === 'DatePicker' && leftParams[3].isValid()) {
if (attributs[tableName][componentName].type === 'DatePicker' && leftParams[3] && leftParams[3].isValid()) {
record[componentName] = leftParams[3];

@@ -880,0 +880,0 @@ } else {

@@ -935,3 +935,3 @@ "use strict";

if (attributs[tableName][componentName].type === 'DatePicker' && leftParams[3].isValid()) {
if (attributs[tableName][componentName].type === 'DatePicker' && leftParams[3] && leftParams[3].isValid()) {
record[componentName] = leftParams[3];

@@ -938,0 +938,0 @@ } else {

{
"name": "sz-mx-cabin",
"version": "1.0.8",
"version": "1.0.9",
"description": "reactCabin",

@@ -5,0 +5,0 @@ "main": "lib/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