Comparing version 0.0.1 to 1.0.1
{ | ||
"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) |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
23821
1
70