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 1.0.3 to 2.0.0

7

index.js

@@ -408,9 +408,2 @@ 'use strict';

function objectEqual(leftHandOperand, rightHandOperand, options) {
// This block can be removed once support for Node v0.10 is dropped because
// buffers are properly detected as iterables in later versions.
if (typeof Buffer === 'function' &&
typeof Buffer.isBuffer === 'function' &&
Buffer.isBuffer(leftHandOperand)) {
return iterableEqual(leftHandOperand, rightHandOperand, options);
}
var leftHandKeys = getEnumerableKeys(leftHandOperand);

@@ -417,0 +410,0 @@ var rightHandKeys = getEnumerableKeys(rightHandOperand);

4

package.json

@@ -86,5 +86,5 @@ {

"engines": {
"node": "*"
"node": ">=0.12"
},
"version": "1.0.3"
"version": "2.0.0"
}
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