validate.io-undefined
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -39,3 +39,3 @@ /** | ||
function isUndefined( value ) { | ||
return ( typeof value === 'undefined' ); | ||
return value === void 0; | ||
} // end FUNCTION isUndefined() | ||
@@ -42,0 +42,0 @@ |
{ | ||
"name": "validate.io-undefined", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Validates if a value is undefined.", | ||
@@ -5,0 +5,0 @@ "author": { |
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
5759