File tree Expand file tree Collapse file tree 7 files changed +325
-325
lines changed Open diff view settings
Expand file tree Collapse file tree 7 files changed +325
-325
lines changed Open diff view settings
Original file line number Diff line number Diff line change 1- # lodash v4.17.17
1+ # lodash v4.17.18
22
33[ Site] ( https://lodash.com/ ) |
44[ Docs] ( https://lodash.com/docs ) |
@@ -20,11 +20,11 @@ $ lodash core -o ./dist/lodash.core.js
2020
2121## Download
2222
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 ) )
2525 * [ CDN copies] ( https://www.jsdelivr.com/projects/lodash )
2626
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 >
2828Review the [ build differences] ( https://github.com/lodash/lodash/wiki/build-differences ) & pick one that’s right for you.
2929
3030## Installation
Original file line number Diff line number Diff line change 1212 var undefined;
1313
1414 /** Used as the semantic version number. */
15- var VERSION = '4.17.17 ';
15+ var VERSION = '4.17.18 ';
1616
1717 /** Used as the size to enable large array optimizations. */
1818 var LARGE_ARRAY_SIZE = 200;
You can’t perform that action at this time.
0 commit comments