Comparing version 0.3.1 to 0.4.1
@@ -28,3 +28,5 @@ 'use strict'; | ||
if(values == null ) return values | ||
if(values === undefined ) | ||
return | ||
if( this.isType(values) ) | ||
@@ -31,0 +33,0 @@ return this._subType |
@@ -35,3 +35,3 @@ 'use strict'; | ||
if( this.isType(value) ) | ||
if( value === undefined || this.isType(value) ) | ||
return value | ||
@@ -38,0 +38,0 @@ |
{ | ||
"name": "yup", | ||
"version": "0.3.1", | ||
"version": "0.4.1", | ||
"description": "Dead simple Object schema validation", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
74398
1624