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

deep-eql

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deep-eql - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

5

History.md
0.1.2 / 2013-09-18
==================
* bug: [fix] misnamed variable from code migration (reference error)
0.1.1 / 2013-09-18

@@ -3,0 +8,0 @@ ==================

4

lib/eql.js

@@ -223,4 +223,4 @@ /*!

for (i = 0; i < m.length; i++) {
if ((memos[i][0] === a && memos[i][1] === b)
|| (memos[i][0] === b && memos[i][1] === a)) {
if ((m[i][0] === a && m[i][1] === b)
|| (m[i][0] === b && m[i][1] === a)) {
return true;

@@ -227,0 +227,0 @@ }

{
"name": "deep-eql"
, "version": "0.1.1"
, "version": "0.1.2"
, "description": "Improved deep equality testing for Node.js and the browser."

@@ -5,0 +5,0 @@ , "author": "Jake Luer <jake@alogicalparadox.com>"

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