lodash.omitby
Advanced tools
Comparing version 4.3.0 to 4.4.0
/** | ||
* lodash 4.3.0 (Custom Build) <https://lodash.com/> | ||
* lodash (Custom Build) <https://lodash.com/> | ||
* Build: `lodash modularize exports="npm" -o ./` | ||
@@ -50,5 +50,3 @@ * Copyright jQuery Foundation and other contributors <https://jquery.org/> | ||
var result = keysFunc(object); | ||
return isArray(object) | ||
? result | ||
: arrayPush(result, symbolsFunc(object)); | ||
return isArray(object) ? result : arrayPush(result, symbolsFunc(object)); | ||
} | ||
@@ -55,0 +53,0 @@ |
{ | ||
"name": "lodash.omitby", | ||
"version": "4.3.0", | ||
"version": "4.4.0", | ||
"description": "The lodash method `_.omitBy` exported as a module.", | ||
@@ -18,5 +18,5 @@ "homepage": "https://lodash.com/", | ||
"dependencies": { | ||
"lodash._baseiteratee": "~4.6.0", | ||
"lodash._baseiteratee": "~4.7.0", | ||
"lodash.keysin": "^4.0.0" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# lodash.omitby v4.3.0 | ||
# lodash.omitby v4.4.0 | ||
@@ -18,2 +18,2 @@ The [lodash](https://lodash.com/) method `_.omitBy` exported as a [Node.js](https://nodejs.org/) module. | ||
See the [documentation](https://lodash.com/docs#omitBy) or [package source](https://github.com/lodash/lodash/blob/4.3.0-npm-packages/lodash.omitby) for more details. | ||
See the [documentation](https://lodash.com/docs#omitBy) or [package source](https://github.com/lodash/lodash/blob/4.4.0-npm-packages/lodash.omitby) 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
8419
177
+ Addedlodash._baseiteratee@4.7.0(transitive)
+ Addedlodash._basetostring@4.12.0(transitive)
+ Addedlodash._stringtopath@4.8.0(transitive)
- Removedlodash._baseiteratee@4.6.1(transitive)
- Removedlodash._stringtopath@4.7.1(transitive)
Updatedlodash._baseiteratee@~4.7.0