New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

3-way-diff

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

3-way-diff - npm Package Compare versions

Comparing version 0.0.1 to 1.0.1

4

package.json
{
"name": "3-way-diff",
"version": "0.0.1",
"version": "1.0.1",
"description": "3-way diffing of JavaScript objects",

@@ -33,2 +33,2 @@ "main": "index.js",

}
}
}

@@ -0,1 +1,5 @@

# 3-way-diff
[![Build Status](https://travis-ci.org/WennerMedia/3-way-diff.svg?branch=master)](https://travis-ci.org/WennerMedia/3-way-diff)
https://github.com/lodash/lodash/blob/master/lodash.js#L11220

@@ -65,2 +69,2 @@ **Note:** This method supports comparing arrays, array buffers, booleans,

* `ignoreOrder` - Compares arrays without maintaining order
* `falsy` - Allow values to be compared as falsy (0, '', false, undefined, NaN and null are equal)
* `falsy` - Allow values to be compared as falsy (0, '', false, undefined, NaN and null are equal)
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