Comparing version 1.0.3 to 2.0.0
@@ -408,9 +408,2 @@ 'use strict'; | ||
function objectEqual(leftHandOperand, rightHandOperand, options) { | ||
// This block can be removed once support for Node v0.10 is dropped because | ||
// buffers are properly detected as iterables in later versions. | ||
if (typeof Buffer === 'function' && | ||
typeof Buffer.isBuffer === 'function' && | ||
Buffer.isBuffer(leftHandOperand)) { | ||
return iterableEqual(leftHandOperand, rightHandOperand, options); | ||
} | ||
var leftHandKeys = getEnumerableKeys(leftHandOperand); | ||
@@ -417,0 +410,0 @@ var rightHandKeys = getEnumerableKeys(rightHandOperand); |
@@ -86,5 +86,5 @@ { | ||
"engines": { | ||
"node": "*" | ||
"node": ">=0.12" | ||
}, | ||
"version": "1.0.3" | ||
"version": "2.0.0" | ||
} |
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
21998
399