🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →

react-ui-validations

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-ui-validations - npm Package Compare versions

Comparing version

to
0.2.14-alpha11

@@ -14,3 +14,2 @@ 'use strict';

/* eslint-disable import/no-dynamic-require, prefer-template */
// $FlowFixMe we use define plugin
function localInteropDefault(obj) {

@@ -21,2 +20,3 @@ // $FlowFixMe default is a same module

// $FlowFixMe we use define plugin
var DatePicker = localInteropDefault(require("retail-ui/components/DatePicker"));

@@ -726,3 +726,3 @@ // $FlowFixMe we use define plugin

case 5:
if (typeof this.child.focus === "function") {
if (this.child != null && typeof this.child.focus === "function") {
this.child.focus();

@@ -729,0 +729,0 @@ }

{
"name": "react-ui-validations",
"version": "0.2.14-alpha10",
"version": "0.2.14-alpha11",
"description": "Validations for retail-ui",

@@ -5,0 +5,0 @@ "main": "./index.js",