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.0 to 0.1.1

5

History.md
0.1.1 / 2013-09-18
==================
* bug: [fix] last key of deep object ignored
0.1.0 / 2013-09-18

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

2

lib/eql.js

@@ -249,3 +249,3 @@ /*!

var key;
for (i = ka.length - 1; i >= 1; i--) {
for (i = ka.length - 1; i >= 0; i--) {
key = ka[i];

@@ -252,0 +252,0 @@ if (!deepEqual(a[key], b[key], m)) {

{
"name": "deep-eql"
, "version": "0.1.0"
, "version": "0.1.1"
, "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