@wry/equality
Advanced tools
Comparing version 0.5.2 to 0.5.3
@@ -74,3 +74,3 @@ var _a = Object.prototype, toString = _a.toString, hasOwnProperty = _a.hasOwnProperty; | ||
case '[object String]': | ||
return a == "" + b; | ||
return a == "".concat(b); | ||
case '[object Map]': | ||
@@ -77,0 +77,0 @@ case '[object Set]': { |
@@ -78,3 +78,3 @@ 'use strict'; | ||
case '[object String]': | ||
return a == "" + b; | ||
return a == "".concat(b); | ||
case '[object Map]': | ||
@@ -201,4 +201,4 @@ case '[object Set]': { | ||
exports['default'] = equal; | ||
exports["default"] = equal; | ||
exports.equal = equal; | ||
//# sourceMappingURL=equality.js.map |
{ | ||
"name": "@wry/equality", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"author": "Ben Newman <ben@eloper.dev>", | ||
@@ -34,3 +34,3 @@ "description": "Structural equality checking for JavaScript values", | ||
}, | ||
"gitHead": "91655122045a99ad445aa330e88905feb3775db6" | ||
"gitHead": "4cb5c26fead3594a6b17cf9d67968cfa8d11e045" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
47278
12