Socket
Socket
Sign inDemoInstall

lodash.isequal

Package Overview
Dependencies
0
Maintainers
3
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.3.0 to 4.3.1

6

index.js

@@ -91,6 +91,6 @@ /**

/** Detect free variable `exports`. */
var freeExports = freeGlobal && typeof exports == 'object' && exports;
var freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports;
/** Detect free variable `module`. */
var freeModule = freeExports && typeof module == 'object' && module;
var freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module;

@@ -1004,2 +1004,3 @@ /** Detect the popular CommonJS extension `module.exports`. */

stack['delete'](array);
stack['delete'](other);
return result;

@@ -1165,2 +1166,3 @@ }

stack['delete'](object);
stack['delete'](other);
return result;

@@ -1167,0 +1169,0 @@ }

{
"name": "lodash.isequal",
"version": "4.3.0",
"version": "4.3.1",
"description": "The lodash method `_.isEqual` exported as a module.",

@@ -5,0 +5,0 @@ "homepage": "https://lodash.com/",

@@ -1,2 +0,2 @@

# lodash.isequal v4.3.0
# lodash.isequal v4.3.1

@@ -18,2 +18,2 @@ The [lodash](https://lodash.com/) method `_.isEqual` exported as a [Node.js](https://nodejs.org/) module.

See the [documentation](https://lodash.com/docs#isEqual) or [package source](https://github.com/lodash/lodash/blob/4.3.0-npm-packages/lodash.isequal) for more details.
See the [documentation](https://lodash.com/docs#isEqual) or [package source](https://github.com/lodash/lodash/blob/4.3.1-npm-packages/lodash.isequal) for more details.
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc