lodash.transform
Advanced tools
Comparing version
/** | ||
* lodash 4.2.0 (Custom Build) <https://lodash.com/> | ||
* lodash 4.2.1 (Custom Build) <https://lodash.com/> | ||
* Build: `lodash modularize exports="npm" -o ./` | ||
@@ -89,3 +89,4 @@ * Copyright 2012-2016 The Dojo Foundation <http://dojofoundation.org/> | ||
/** Built-in value references. */ | ||
var objectCreate = Object.create; | ||
var getPrototypeOf = Object.getPrototypeOf, | ||
objectCreate = Object.create; | ||
@@ -308,3 +309,3 @@ /** | ||
} else { | ||
accumulator = baseCreate(isFunction(Ctor) ? Ctor.prototype : undefined); | ||
accumulator = isFunction(Ctor) ? baseCreate(getPrototypeOf(object)) : {}; | ||
} | ||
@@ -311,0 +312,0 @@ } else { |
{ | ||
"name": "lodash.transform", | ||
"version": "4.2.0", | ||
"version": "4.2.1", | ||
"description": "The lodash method `_.transform` exported as a module.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://lodash.com/", |
@@ -1,2 +0,2 @@ | ||
# lodash.transform v4.2.0 | ||
# lodash.transform v4.2.1 | ||
@@ -18,2 +18,2 @@ The [lodash](https://lodash.com/) method `_.transform` exported as a [Node.js](https://nodejs.org/) module. | ||
See the [documentation](https://lodash.com/docs#transform) or [package source](https://github.com/lodash/lodash/blob/4.2.0-npm-packages/lodash.transform) for more details. | ||
See the [documentation](https://lodash.com/docs#transform) or [package source](https://github.com/lodash/lodash/blob/4.2.1-npm-packages/lodash.transform) for more details. |
11658
0.39%300
0.33%