Comparing version 4.4.0 to 4.5.0
@@ -108,5 +108,6 @@ import Stack from './_Stack'; | ||
} else { | ||
return cloneableTags[tag] | ||
? initCloneByTag(value, tag, isDeep) | ||
: (object ? value : {}); | ||
if (!cloneableTags[tag]) { | ||
return object ? value : {}; | ||
} | ||
result = initCloneByTag(value, tag, isDeep); | ||
} | ||
@@ -113,0 +114,0 @@ } |
/** | ||
* @license | ||
* lodash 4.4.0 (Custom Build) <https://lodash.com/> | ||
* lodash 4.5.0 (Custom Build) <https://lodash.com/> | ||
* Build: `lodash modularize exports="es" -o ./` | ||
@@ -47,3 +47,3 @@ * Copyright 2012-2016 The Dojo Foundation <http://dojofoundation.org/> | ||
/** Used as the semantic version number. */ | ||
var VERSION = '4.4.0'; | ||
var VERSION = '4.5.0'; | ||
@@ -50,0 +50,0 @@ /** Used to compose bitmasks for wrapper metadata. */ |
/** | ||
* @license | ||
* lodash 4.4.0 (Custom Build) <https://lodash.com/> | ||
* lodash 4.5.0 (Custom Build) <https://lodash.com/> | ||
* Build: `lodash modularize exports="es" -o ./` | ||
@@ -5,0 +5,0 @@ * Copyright 2012-2016 The Dojo Foundation <http://dojofoundation.org/> |
{ | ||
"name": "lodash-es", | ||
"version": "4.4.0", | ||
"version": "4.5.0", | ||
"description": "Lodash exported as ES modules.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://lodash.com/custom-builds", |
@@ -1,2 +0,2 @@ | ||
# lodash-es v4.4.0 | ||
# lodash-es v4.5.0 | ||
@@ -10,2 +10,2 @@ The [lodash](https://lodash.com/) library exported as [ES](http://www.ecma-international.org/ecma-262/6.0/) modules. | ||
See the [package source](https://github.com/lodash/lodash/tree/4.4.0-es) for more details. | ||
See the [package source](https://github.com/lodash/lodash/tree/4.5.0-es) for more details. |
@@ -79,21 +79,22 @@ import LazyWrapper from './_LazyWrapper'; | ||
* `cloneDeep`, `cloneDeepWith`, `cloneWith`, `deburr`, `endsWith`, `eq`, | ||
* `escape`, `escapeRegExp`, `every`, `find`, `findIndex`, `findKey`, | ||
* `findLast`, `findLastIndex`, `findLastKey`, `floor`, `forEach`, `forEachRight`, | ||
* `forIn`, `forInRight`, `forOwn`, `forOwnRight`, `get`, `gt`, `gte`, `has`, | ||
* `hasIn`, `head`, `identity`, `includes`, `indexOf`, `inRange`, `invoke`, | ||
* `isArguments`, `isArray`, `isArrayLike`, `isArrayLikeObject`, `isBoolean`, | ||
* `isDate`, `isElement`, `isEmpty`, `isEqual`, `isEqualWith`, `isError`, | ||
* `isFinite`, `isFunction`, `isInteger`, `isLength`, `isMatch`, `isMatchWith`, | ||
* `isNaN`, `isNative`, `isNil`, `isNull`, `isNumber`, `isObject`, `isObjectLike`, | ||
* `isPlainObject`, `isRegExp`, `isSafeInteger`, `isString`, `isUndefined`, | ||
* `isTypedArray`, `join`, `kebabCase`, `last`, `lastIndexOf`, `lowerCase`, | ||
* `lowerFirst`, `lt`, `lte`, `max`, `maxBy`, `mean`, `min`, `minBy`, | ||
* `noConflict`, `noop`, `now`, `pad`, `padEnd`, `padStart`, `parseInt`, | ||
* `pop`, `random`, `reduce`, `reduceRight`, `repeat`, `result`, `round`, | ||
* `runInContext`, `sample`, `shift`, `size`, `snakeCase`, `some`, `sortedIndex`, | ||
* `sortedIndexBy`, `sortedLastIndex`, `sortedLastIndexBy`, `startCase`, | ||
* `startsWith`, `subtract`, `sum`, `sumBy`, `template`, `times`, `toLower`, | ||
* `toInteger`, `toLength`, `toNumber`, `toSafeInteger`, `toString`, `toUpper`, | ||
* `trim`, `trimEnd`, `trimStart`, `truncate`, `unescape`, `uniqueId`, | ||
* `upperCase`, `upperFirst`, `value`, and `words` | ||
* `escape`, `escapeRegExp`, `every`, `find`, `findIndex`, `findKey`, `findLast`, | ||
* `findLastIndex`, `findLastKey`, `floor`, `forEach`, `forEachRight`, `forIn`, | ||
* `forInRight`, `forOwn`, `forOwnRight`, `get`, `gt`, `gte`, `has`, `hasIn`, | ||
* `head`, `identity`, `includes`, `indexOf`, `inRange`, `invoke`, `isArguments`, | ||
* `isArray`, `isArrayBuffer`, `isArrayLike`, `isArrayLikeObject`, `isBoolean`, | ||
* `isBuffer`, `isDate`, `isElement`, `isEmpty`, `isEqual`, `isEqualWith`, | ||
* `isError`, `isFinite`, `isFunction`, `isInteger`, `isLength`, `isMap`, | ||
* `isMatch`, `isMatchWith`, `isNaN`, `isNative`, `isNil`, `isNull`, `isNumber`, | ||
* `isObject`, `isObjectLike`, `isPlainObject`, `isRegExp`, `isSafeInteger`, | ||
* `isSet`, `isString`, `isUndefined`, `isTypedArray`, `isWeakMap`, `isWeakSet`, | ||
* `join`, `kebabCase`, `last`, `lastIndexOf`, `lowerCase`, `lowerFirst`, | ||
* `lt`, `lte`, `max`, `maxBy`, `mean`, `min`, `minBy`, `noConflict`, `noop`, | ||
* `now`, `pad`, `padEnd`, `padStart`, `parseInt`, `pop`, `random`, `reduce`, | ||
* `reduceRight`, `repeat`, `result`, `round`, `runInContext`, `sample`, | ||
* `shift`, `size`, `snakeCase`, `some`, `sortedIndex`, `sortedIndexBy`, | ||
* `sortedLastIndex`, `sortedLastIndexBy`, `startCase`, `startsWith`, `subtract`, | ||
* `sum`, `sumBy`, `template`, `times`, `toLower`, `toInteger`, `toLength`, | ||
* `toNumber`, `toSafeInteger`, `toString`, `toUpper`, `trim`, `trimEnd`, | ||
* `trimStart`, `truncate`, `unescape`, `uniqueId`, `upperCase`, `upperFirst`, | ||
* `value`, and `words` | ||
* | ||
@@ -100,0 +101,0 @@ * @name _ |
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
542548
17017