Comparing version 0.1.0 to 1.0.0
@@ -18,3 +18,3 @@ var defined = {}; | ||
defined.has_value = function(v) { | ||
return v !== null && typeof v !== null; | ||
return v !== null && typeof v !== 'undefined'; | ||
} | ||
@@ -21,0 +21,0 @@ |
{ | ||
"name": "isdefined", | ||
"version": "0.1.0", | ||
"version": "1.0.0", | ||
"description": "Utilities for working with undefined properties", | ||
@@ -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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
2642
1