Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@wry/equality

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wry/equality - npm Package Compare versions

Comparing version 0.5.2 to 0.5.3

2

lib/equality.esm.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc