A modern JavaScript utility library delivering modularity, performance, & extras.
Installations
npm install @dt-jegomez/lodash
Developer Guide
Typescript
No
Module System
CommonJS
Min. Node Version
^18.17.1
Node Version
20.15.1
NPM Version
10.7.0
Score
78.2
Supply Chain
92.9
Quality
78.5
Maintenance
100
Vulnerability
99.6
License
Contributors
Unable to fetch Contributors
Languages
JavaScript (65.05%)
TypeScript (34.94%)
Shell (0.01%)
validate.email 🚀
Verify real, reachable, and deliverable emails with instant MX records, SMTP checks, and disposable email detection.
Developer
Download Statistics
Total Downloads
368
Last Day
2
Last Week
7
Last Month
8
Last Year
368
GitHub Statistics
NOASSERTION License
1 Stars
8,032 Commits
1 Branches
1 Contributors
Updated on Jul 23, 2024
Package Meta Information
Latest Version
1.0.3
Package Id
@dt-jegomez/lodash@1.0.3
Unpacked Size
1.04 MB
Size
211.69 kB
File Count
707
NPM Version
10.7.0
Node Version
20.15.1
Published on
Jul 23, 2024
Total Downloads
Cumulative downloads
Total Downloads
368
Dev Dependencies
16
lodash
Site | Docs | Contributing | Wiki | Code of Conduct
The Lodash library exported as a UMD module.
1$ bun run build 2$ lodash -o ./dist/lodash.js 3$ lodash core -o ./dist/lodash.core.js
Download
Lodash is released under the MIT license & supports modern environments.
Review the build differences & pick one that’s right for you.
Installation
In a browser:
1<script src="lodash.js"></script>
Using bun:
1$ bun i lodash
In Bun:
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');
Looking for Lodash modules written in ES6 or smaller bundle sizes? Check out lodash-es.
Why Lodash?
Lodash makes JavaScript easier by taking the hassle out of working with arrays,
numbers, objects, strings, etc. Lodash’s modular methods are great for:
- Iterating arrays, objects, & strings
- Manipulating & testing values
- Creating composite functions
Module Formats
Lodash is available in a variety of builds & module formats.

No vulnerabilities found.

No security vulnerabilities found.