lodash
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/lodash package

4.17.21 • Public • Published

lodash v4.17.21

The Lodash library exported as Node.js modules.

Installation

Using npm:

$ npm i -g npm
$ npm i --save lodash

In Node.js:

// Load the full build.
var _ = require('lodash');
// Load the core build.
var _ = require('lodash/core');
// Load the FP build for immutable auto-curried iteratee-first data-last methods.
var fp = require('lodash/fp');

// Load method categories.
var array = require('lodash/array');
var object = require('lodash/fp/object');

// Cherry-pick methods for smaller browserify/rollup/webpack bundles.
var at = require('lodash/at');
var curryN = require('lodash/fp/curryN');

See the package source for more details.

Note:
Install n_ for Lodash use in the Node.js < 6 REPL.

Support

Tested in Chrome 74-75, Firefox 66-67, IE 11, Edge 18, Safari 11-12, & Node.js 8-12.
Automated browser & CI test runs are available.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
4.17.2152,512,821latest

Version History

VersionDownloads (Last 7 Days)Published
4.17.2152,512,821
4.17.201,922,686
4.17.19548,229
4.17.18593
4.17.171,877
4.17.161,248
4.17.151,967,819
4.17.14133,650
4.17.1318,365
4.17.127,880
4.17.11766,126
4.17.10309,435
4.17.97,837
4.17.5220,736
4.17.4399,550
4.17.33,077
4.17.214,534
4.17.1755
4.17.016,288
4.16.618,345
4.16.5435
4.16.47,292
4.16.3943
4.16.27,549
4.16.1344
4.16.0472
4.15.017,437
4.14.25,700
4.14.13,200
4.14.0383
4.13.141,652
4.13.0270
4.12.08,948
4.11.215,383
4.11.14,633
4.11.051
4.10.0368
4.9.011,169
4.8.2393
4.8.174
4.8.0163
4.7.0152
4.6.122,802
4.6.0131
4.5.14,499
4.5.0823
4.4.0127
4.3.052,570
4.2.11,226
4.2.085
4.1.012,061
4.0.14,264
4.0.012,669
3.10.11,360,844
3.10.04,984
3.9.322,972
3.9.229
3.9.160
3.9.026
3.8.08,496
2.4.2731,372
3.7.046,038
1.0.2280,789
3.6.09,332
3.5.016,357
3.4.0129
3.3.11,249
3.3.02,208
3.2.029,270
3.1.04,245
3.0.11,716
3.0.0536
2.4.138,714
2.4.03,181
2.3.015,067
2.2.126,919
2.2.0821
2.1.06,403
2.0.01,637
1.3.121,336
1.3.040
1.2.16,682
1.2.082
1.1.11,935
1.1.010
1.0.1104
1.0.0638
1.0.0-rc.349
1.0.0-rc.216
1.0.0-rc.14
0.10.08,559
0.9.2153,656
0.9.122
0.9.0186
0.8.277
0.8.153
0.8.056
0.7.070
0.6.158
0.6.063
0.5.2160
0.5.154
0.5.064
0.5.0-rc.133
0.4.224
0.4.131
0.4.034
0.3.2206
0.3.150
0.3.039
0.2.247
0.2.148
0.2.039
0.1.01,695

Package Sidebar

Install

npm i lodash

Homepage

lodash.com/

Weekly Downloads

61,919,733

Version

4.17.21

License

MIT

Unpacked Size

1.41 MB

Total Files

1054

Last publish

Collaborators

  • mathias
  • jdalton
  • bnjmnt4n