Gathering detailed insights and metrics for lodash-es
Gathering detailed insights and metrics for lodash-es
Gathering detailed insights and metrics for lodash-es
Gathering detailed insights and metrics for lodash-es
@types/lodash-es
TypeScript definitions for lodash-es
@unovis/graphlibrary
A fork of `graphlibrary` with individual lodash-es imports; exported as ES modules
@unovis/dagre-layout
A fork of `dagre-layout` with individual lodash-es imports and ESM build
lodash-commonjs-es
Combines lodash and lodash-es packages
A modern JavaScript utility library delivering modularity, performance, & extras.
npm install lodash-es
98.9
Supply Chain
76.4
Quality
79.9
Maintenance
100
Vulnerability
99.6
License
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
59,910 Stars
7,665 Commits
7,032 Forks
830 Watching
7 Branches
301 Contributors
Updated on 29 Nov 2024
Minified
Minified + Gzipped
JavaScript (97.22%)
HTML (2.24%)
EJS (0.53%)
Cumulative downloads
Total Downloads
Last day
-24.4%
1,770,927
Compared to previous day
Last week
-4.5%
11,688,731
Compared to previous week
Last month
3.8%
50,160,413
Compared to previous month
Last year
23.7%
506,286,609
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.14
Patched Versions
4.17.14
2
7.4/10
Summary
Prototype Pollution in lodash
Affected Versions
>= 3.7.0, < 4.17.20
Patched Versions
4.17.20
7.2/10
Summary
Command Injection in lodash
Affected Versions
< 4.17.21
Patched Versions
4.17.21
2
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-25
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