lodash._baseuniq
Advanced tools
Comparing version 4.5.0 to 4.5.1
/** | ||
* lodash 4.5.0 (Custom Build) <https://lodash.com/> | ||
* lodash 4.5.1 (Custom Build) <https://lodash.com/> | ||
* Build: `lodash modularize exports="npm" -o ./` | ||
@@ -32,4 +32,3 @@ * Copyright 2012-2016 The Dojo Foundation <http://dojofoundation.org/> | ||
/** | ||
* A specialized version of `_.includesWith` for arrays without support for | ||
* specifying an index to search from. | ||
* This function is like `arrayIncludes` except that it accepts a comparator. | ||
* | ||
@@ -36,0 +35,0 @@ * @private |
{ | ||
"name": "lodash._baseuniq", | ||
"version": "4.5.0", | ||
"version": "4.5.1", | ||
"description": "The internal lodash function `baseUniq` exported as a module.", | ||
@@ -11,3 +11,3 @@ "homepage": "https://lodash.com/", | ||
"John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)", | ||
"Blaine Bublitz <blaine@iceddev.com> (https://github.com/phated)", | ||
"Blaine Bublitz <blaine.bublitz@gmail.com> (https://github.com/phated)", | ||
"Mathias Bynens <mathias@qiwi.be> (https://mathiasbynens.be/)" | ||
@@ -18,5 +18,5 @@ ], | ||
"dependencies": { | ||
"lodash._createset": "^4.0.0", | ||
"lodash._setcache": "^4.0.0" | ||
"lodash._createset": "~4.0.0", | ||
"lodash._setcache": "~4.1.0" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# lodash._baseuniq v4.5.0 | ||
# lodash._baseuniq v4.5.1 | ||
@@ -18,2 +18,2 @@ The internal [lodash](https://lodash.com/) function `baseUniq` exported as a [Node.js](https://nodejs.org/) module. | ||
See the [package source](https://github.com/lodash/lodash/blob/4.5.0-npm-packages/lodash._baseuniq) for more details. | ||
See the [package source](https://github.com/lodash/lodash/blob/4.5.1-npm-packages/lodash._baseuniq) for more details. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8031
189
Updatedlodash._createset@~4.0.0
Updatedlodash._setcache@~4.1.0