Comparing version 1.3.0 to 1.3.1
@@ -87,5 +87,5 @@ 'use strict'; | ||
return every(Object.keys(pattern).map(function (key) { | ||
return _typeof(pattern[key]) === 'object' && _typeof(obj[key]) === 'object' ? has(pattern[key])(obj[key]) : obj[key] === pattern[key]; | ||
return _typeof(pattern[key]) === 'object' && _typeof(obj[key]) === 'object' && pattern[key] !== null ? has(pattern[key])(obj[key]) : obj[key] === pattern[key]; | ||
})); | ||
}; | ||
}; |
{ | ||
"name": "shades", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Lens-like functionality with a lodash-style interface.", | ||
@@ -5,0 +5,0 @@ "main": "lib/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
71359