...**/!(*.map|*.min.js)Size
Gzip
Dependencies
Publish
Install
Publish
Install
@@ -12,7 +12,7 @@ | |||
| 12 | var undefined; | 12 | var undefined; |
| 13 | 13 | ||
| 14 | /** Used as the semantic version number. */ | 14 | /** Used as the semantic version number. */ |
| 15 | var VERSION = '4.17.17'; | 15 | var VERSION = '4.17.18'; |
| 16 | 16 | ||
| 17 | /** Used as the size to enable large array optimizations. */ | 17 | /** Used as the size to enable large array optimizations. */ |
| 18 | var LARGE_ARRAY_SIZE = 200; | 18 | var LARGE_ARRAY_SIZE = 200; |
@@ -1,6 +1,6 @@ | |||
| 1 | { | 1 | { |
| 2 | "name": "lodash", | 2 | "name": "lodash", |
| 3 | "version": "4.17.17", | 3 | "version": "4.17.18", |
| 4 | "description": "Lodash modular utilities.", | 4 | "description": "Lodash modular utilities.", |
| 5 | "keywords": "modules, stdlib, util", | 5 | "keywords": "modules, stdlib, util", |
| 6 | "homepage": "https://lodash.com/", | 6 | "homepage": "https://lodash.com/", |
@@ -1,4 +1,4 @@ | |||
| 1 | # lodash v4.17.17 | 1 | # lodash v4.17.18 |
| 2 | 2 | ||
| 3 | The [Lodash](https://lodash.com/) library exported as [Node.js](https://nodejs.org/) modules. | 3 | The [Lodash](https://lodash.com/) library exported as [Node.js](https://nodejs.org/) modules. |
| 4 | 4 | ||
@@ -28,7 +28,7 @@ | |||
| 28 | var curryN = require('lodash/fp/curryN'); | 28 | var curryN = require('lodash/fp/curryN'); |
| 29 | ``` | 29 | ``` |
| 30 | 30 | ||
| 31 | See the [package source](https://github.com/lodash/lodash/tree/4.17.17-npm) for more details. | 31 | See the [package source](https://github.com/lodash/lodash/tree/4.17.18-npm) for more details. |
| 32 | 32 | ||
| 33 | **Note:**<br> | 33 | **Note:**<br> |
| 34 | Install [n_](https://www.npmjs.com/package/n_) for Lodash use in the Node.js < 6 REPL. | 34 | Install [n_](https://www.npmjs.com/package/n_) for Lodash use in the Node.js < 6 REPL. |