lodash._baseflatten
Advanced tools
Comparing version 4.2.0 to 4.2.1
/** | ||
* lodash 4.2.0 (Custom Build) <https://lodash.com/> | ||
* lodash (Custom Build) <https://lodash.com/> | ||
* Build: `lodash modularize exports="npm" -o ./` | ||
@@ -92,3 +92,3 @@ * Copyright jQuery Foundation and other contributors <https://jquery.org/> | ||
* @param {string} key The key of the property to get. | ||
* @returns {Function} Returns the new function. | ||
* @returns {Function} Returns the new accessor function. | ||
*/ | ||
@@ -122,3 +122,3 @@ function baseProperty(key) { | ||
function isFlattenable(value) { | ||
return isArrayLikeObject(value) && (isArray(value) || isArguments(value)); | ||
return isArray(value) || isArguments(value); | ||
} | ||
@@ -125,0 +125,0 @@ |
{ | ||
"name": "lodash._baseflatten", | ||
"version": "4.2.0", | ||
"version": "4.2.1", | ||
"description": "The internal lodash function `baseFlatten` exported as a module.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://lodash.com/", |
@@ -1,2 +0,2 @@ | ||
# lodash._baseflatten v4.2.0 | ||
# lodash._baseflatten v4.2.1 | ||
@@ -18,2 +18,2 @@ The internal [lodash](https://lodash.com/) function `baseFlatten` exported as a [Node.js](https://nodejs.org/) module. | ||
See the [package source](https://github.com/lodash/lodash/blob/4.2.0-npm-packages/lodash._baseflatten) for more details. | ||
See the [package source](https://github.com/lodash/lodash/blob/4.2.1-npm-packages/lodash._baseflatten) 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
11911