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.1 to 0.5.2

wry-equality-0.5.1.tgz

3

lib/equality.esm.js

@@ -196,4 +196,3 @@ var _a = Object.prototype, toString = _a.toString, hasOwnProperty = _a.hasOwnProperty;

export default equal;
export { equal };
export { equal as default, equal };
//# sourceMappingURL=equality.esm.js.map

@@ -200,4 +200,4 @@ 'use strict';

exports.default = equal;
exports['default'] = equal;
exports.equal = equal;
//# sourceMappingURL=equality.js.map
{
"name": "@wry/equality",
"version": "0.5.1",
"version": "0.5.2",
"author": "Ben Newman <ben@eloper.dev>",

@@ -25,7 +25,7 @@ "description": "Structural equality checking for JavaScript values",

"mocha": "../../scripts/test.sh lib/tests.cjs.js",
"prepublish": "npm run build",
"prepare": "npm run build",
"test": "npm run build && npm run mocha"
},
"dependencies": {
"tslib": "^2.1.0"
"tslib": "^2.3.0"
},

@@ -35,3 +35,3 @@ "engines": {

},
"gitHead": "68cd692e25876dd8b73ddcfa2c9dc35da1881c36"
"gitHead": "91655122045a99ad445aa330e88905feb3775db6"
}

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