File tree 7 files changed +325
-325
lines changed
Filter options
7 files changed +325
-325
lines changed
Original file line number Diff line number Diff line change 1
- # lodash v4.17.17
1
+ # lodash v4.17.18
2
2
3
3
[ Site] ( https://lodash.com/ ) |
4
4
[ Docs] ( https://lodash.com/docs ) |
@@ -20,11 +20,11 @@ $ lodash core -o ./dist/lodash.core.js
20
20
21
21
## Download
22
22
23
- * [ Core build] ( https://raw.githubusercontent.com/lodash/lodash/4.17.17 /dist/lodash.core.js ) ([ ~ 4 kB gzipped] ( https://raw.githubusercontent.com/lodash/lodash/4.17.17 /dist/lodash.core.min.js ) )
24
- * [ Full build] ( https://raw.githubusercontent.com/lodash/lodash/4.17.17 /dist/lodash.js ) ([ ~ 24 kB gzipped] ( https://raw.githubusercontent.com/lodash/lodash/4.17.17 /dist/lodash.min.js ) )
23
+ * [ Core build] ( https://raw.githubusercontent.com/lodash/lodash/4.17.18 /dist/lodash.core.js ) ([ ~ 4 kB gzipped] ( https://raw.githubusercontent.com/lodash/lodash/4.17.18 /dist/lodash.core.min.js ) )
24
+ * [ Full build] ( https://raw.githubusercontent.com/lodash/lodash/4.17.18 /dist/lodash.js ) ([ ~ 24 kB gzipped] ( https://raw.githubusercontent.com/lodash/lodash/4.17.18 /dist/lodash.min.js ) )
25
25
* [ CDN copies] ( https://www.jsdelivr.com/projects/lodash )
26
26
27
- Lodash is released under the [ MIT license] ( https://raw.githubusercontent.com/lodash/lodash/4.17.17 /LICENSE ) & supports modern environments.<br >
27
+ Lodash is released under the [ MIT license] ( https://raw.githubusercontent.com/lodash/lodash/4.17.18 /LICENSE ) & supports modern environments.<br >
28
28
Review the [ build differences] ( https://github.com/lodash/lodash/wiki/build-differences ) & pick one that’s right for you.
29
29
30
30
## Installation
Original file line number Diff line number Diff line change 12
12
var undefined;
13
13
14
14
/** Used as the semantic version number. */
15
- var VERSION = '4.17.17 ';
15
+ var VERSION = '4.17.18 ';
16
16
17
17
/** Used as the size to enable large array optimizations. */
18
18
var LARGE_ARRAY_SIZE = 200;
You can’t perform that action at this time.
0 commit comments