lazy-assert
Advanced tools
Comparing version 0.2.2 to 0.2.3
{ | ||
"name": "lazy-assert", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "An way of doing assertion for lazy people ...", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -217,3 +217,3 @@ var utils = require('./utils'); | ||
} | ||
if (typeof target !== 'object' || !null) { | ||
if (typeof target !== 'object' || !target) { | ||
return { | ||
@@ -220,0 +220,0 @@ result: false, |
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
789342