Gathering detailed insights and metrics for lodash
Gathering detailed insights and metrics for lodash
Gathering detailed insights and metrics for lodash
Gathering detailed insights and metrics for lodash
A modern JavaScript utility library delivering modularity, performance, & extras.
npm install lodash
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
59,906 Stars
7,665 Commits
7,031 Forks
830 Watching
7 Branches
301 Contributors
Updated on 28 Nov 2024
Minified
Minified + Gzipped
JavaScript (97.22%)
HTML (2.24%)
EJS (0.53%)
Cumulative downloads
Total Downloads
Last day
-7.8%
11,799,702
Compared to previous day
Last week
1.7%
72,894,284
Compared to previous week
Last month
23.9%
284,126,563
Compared to previous month
Last year
6.3%
2,641,918,734
Compared to previous year
No dependencies detected.
Site | Docs | FP Guide | Contributing | Wiki | Code of Conduct | Twitter | Chat
The Lodash library exported as a UMD module.
Generated using lodash-cli:
1$ npm run build 2$ lodash -o ./dist/lodash.js 3$ lodash core -o ./dist/lodash.core.js
Lodash is released under the MIT license & supports modern environments.
Review the build differences & pick one that’s right for you.
In a browser:
1<script src="lodash.js"></script>
Using npm:
1$ npm i -g npm 2$ npm i --save lodash
In Node.js:
1// Load the full build. 2var _ = require('lodash'); 3// Load the core build. 4var _ = require('lodash/core'); 5// Load the FP build for immutable auto-curried iteratee-first data-last methods. 6var fp = require('lodash/fp'); 7 8// Load method categories. 9var array = require('lodash/array'); 10var object = require('lodash/fp/object'); 11 12// Cherry-pick methods for smaller browserify/rollup/webpack bundles. 13var at = require('lodash/at'); 14var curryN = require('lodash/fp/curryN');
Note:
Install n_ for Lodash use in the Node.js < 6 REPL.
Lodash makes JavaScript easier by taking the hassle out of working with arrays,
numbers, objects, strings, etc. Lodash’s modular methods are great for:
Lodash is available in a variety of builds & module formats.
The latest stable version of the package.
Stable Version
1
9.1/10
Summary
Prototype Pollution in lodash
Affected Versions
< 4.17.12
Patched Versions
4.17.12
3
7.2/10
Summary
Command Injection in lodash
Affected Versions
< 4.17.21
Patched Versions
4.17.21
0/10
Summary
Prototype Pollution in lodash
Affected Versions
< 4.17.11
Patched Versions
4.17.11
7.4/10
Summary
Prototype Pollution in lodash
Affected Versions
>= 3.7.0, < 4.17.19
Patched Versions
4.17.19
3
6.5/10
Summary
Prototype Pollution in lodash
Affected Versions
< 4.17.5
Patched Versions
4.17.5
5.3/10
Summary
Regular Expression Denial of Service (ReDoS) in lodash
Affected Versions
< 4.17.21
Patched Versions
4.17.21
0/10
Summary
Regular Expression Denial of Service (ReDoS) in lodash
Affected Versions
< 4.17.11
Patched Versions
4.17.11
Reason
no binaries found in the repo
Reason
project is fuzzed
Details
Reason
license file detected
Details
Reason
0 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 2
Reason
Found 7/30 approved changesets -- score normalized to 2
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
90 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-18
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More