lodash.transform
Advanced tools
Comparing version
20
index.js
/** | ||
* lodash 4.3.0 (Custom Build) <https://lodash.com/> | ||
* lodash (Custom Build) <https://lodash.com/> | ||
* Build: `lodash modularize exports="npm" -o ./` | ||
@@ -85,3 +85,4 @@ * Copyright jQuery Foundation and other contributors <https://jquery.org/> | ||
/** | ||
* Used to resolve the [`toStringTag`](http://ecma-international.org/ecma-262/6.0/#sec-object.prototype.tostring) | ||
* Used to resolve the | ||
* [`toStringTag`](http://ecma-international.org/ecma-262/6.0/#sec-object.prototype.tostring) | ||
* of values. | ||
@@ -218,4 +219,5 @@ */ | ||
/** | ||
* Checks if `value` is the [language type](https://es5.github.io/#x8) of `Object`. | ||
* (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`) | ||
* Checks if `value` is the | ||
* [language type](http://www.ecma-international.org/ecma-262/6.0/#sec-ecmascript-language-types) | ||
* of `Object`. (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`) | ||
* | ||
@@ -300,7 +302,7 @@ * @static | ||
* An alternative to `_.reduce`; this method transforms `object` to a new | ||
* `accumulator` object which is the result of running each of its own enumerable | ||
* string keyed properties through `iteratee`, with each invocation potentially | ||
* mutating the `accumulator` object. The iteratee is invoked with four arguments: | ||
* (accumulator, value, key, object). Iteratee functions may exit iteration | ||
* early by explicitly returning `false`. | ||
* `accumulator` object which is the result of running each of its own | ||
* enumerable string keyed properties thru `iteratee`, with each invocation | ||
* potentially mutating the `accumulator` object. The iteratee is invoked | ||
* with four arguments: (accumulator, value, key, object). Iteratee functions | ||
* may exit iteration early by explicitly returning `false`. | ||
* | ||
@@ -307,0 +309,0 @@ * @static |
{ | ||
"name": "lodash.transform", | ||
"version": "4.3.0", | ||
"version": "4.4.0", | ||
"description": "The lodash method `_.transform` exported as a module.", | ||
@@ -19,5 +19,5 @@ "homepage": "https://lodash.com/", | ||
"lodash._basefor": "~3.0.0", | ||
"lodash._baseiteratee": "~4.6.0", | ||
"lodash._baseiteratee": "~4.7.0", | ||
"lodash.keys": "^4.0.0" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# lodash.transform v4.3.0 | ||
# lodash.transform v4.4.0 | ||
@@ -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.3.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.4.0-npm-packages/lodash.transform) for more details. |
12955
0.38%327
0.62%+ Added
+ Added
+ Added
- Removed
- Removed
Updated