🌐
npm
npmjs.com › package › lodash-es
lodash-es - npm
1 week ago - Lodash exported as ES modules.. Latest version: 4.18.1, last published: 8 days ago. Start using lodash-es in your project by running `npm i lodash-es`. There are 16524 other projects in the npm registry using lodash-es.
      » npm install lodash-es
    
Published   Apr 01, 2026
Version   4.18.1
🌐
npm
npmjs.com › search
lodash-es - npm search
npm · Sign UpSign In · Sort by: Default · Default · Most downloaded this week · Most downloaded this month · Most dependents · Recently published · exact match · Lodash exported as ES modules. es6 · modules · stdlib · util · jdalton• 4.18.1 • 7 days ago • 16465 dependents • MITpublished version 4.18.1, 7 days ago16465 dependents licensed under $MIT ·
JavaScript library in the functional programming paradigm
Lodash is a JavaScript library which provides utility functions for common programming tasks using the functional programming paradigm. Lodash is a fork of Underscore.js. It joined the Dojo Foundation in 2013, and … Wikipedia
Factsheet
Lodash°
Original author John-David Dalton
Factsheet
Lodash°
Original author John-David Dalton
🌐
Lodash
lodash.com
Lodash
<script src="lodash.js"></script> 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.
🌐
npm
npmjs.com › package › lodash
lodash - npm
1 week ago - npm · Sign UpSign In · 4.18.1 • Public • Published 8 days ago · Readme · Code Beta · 0 Dependencies · 196947 Dependents · 117 Versions · The Lodash library exported as Node.js modules. Using npm: $ npm i -g npm $ npm i --save lodash · ...
      » npm install lodash
    
Published   Apr 01, 2026
Version   4.18.1
🌐
npm
npmjs.com › package › @types › lodash-es
@types/lodash-es - npm
November 21, 2023 - TypeScript definitions for lodash-es. Latest version: 4.17.12, last published: 2 years ago. Start using @types/lodash-es in your project by running `npm i @types/lodash-es`. There are 1518 other projects in the npm registry using @types/lodash-es.
      » npm install @types/lodash-es
    
🌐
jsDelivr
jsdelivr.com › package › npm › lodash-es
lodash-es CDN by jsDelivr - A CDN for npm and GitHub
January 26, 2015 - A free, fast, and reliable CDN for lodash-es. Lodash exported as ES modules.
Published   Jan 26, 2015
🌐
Snyk
security.snyk.io › snyk vulnerability database › npm
lodash-es vulnerabilities
We found that lodash-es demonstrates a positive version release cadence with at least one new version released in the past 3 months. As a healthy sign for on-going project maintenance, we found that the GitHub repository had at least 1 pull request or issue interacted with by the community. ... The npm package lodash-es receives a total of 28,664,082 downloads a week.
Find elsewhere
🌐
npm
npmjs.com › search
lodash - npm search
Lodash exported as ES modules.
🌐
Tim Santeford
timsanteford.com › posts › why-you-should-choose-lodash-es-over-lodash
Why You Should Choose lodash-es Over lodash - Tim Santeford
npm install lodash-es npm install --save-dev @types/lodash-es · To migrate this code to use lodash-es, we’ll update the imports to use ES modules: JavaScript ·
🌐
GitHub
github.com › lodash › lodash › issues › 4359
lodash-es - type: module in package.json breaks npm install with some NPM versions · Issue #4359 · lodash/lodash
July 10, 2019 - 09:45:34 npm ERR! code EMISSINGARG 09:45:34 09:45:34 npm ERR! typeerror Error: Missing required argument #1 09:45:34 npm ERR! typeerror at andLogAndFinish (/usr/local/lib/node_modules/npm/lib/fetch-package-metadata.js:31:3) 09:45:34 npm ERR! typeerror at fetchPackageMetadata (/usr/local/lib/node_modules/npm/lib/fetch-package-metadata.js:51:22) 09:45:34 npm ERR!
Author   phistuck
🌐
Yarn
classic.yarnpkg.com › en › package › lodash-es
lodash-es
Fast, reliable, and secure dependency management
🌐
GitHub
github.com › lodash › lodash › issues › 5107
Merge lodash-es into lodash package · Issue #5107 · lodash/lodash
March 3, 2021 - This doesn’t work with modules (.mjs files) in NodeJS. Instead, lodash needs to be imported as a default import.
Author   remcohaszing
🌐
npm
npmjs.com › package › @types › lodash
@types/lodash - npm
February 23, 2026 - TypeScript definitions for lodash. Latest version: 4.17.24, last published: 2 months ago. Start using @types/lodash in your project by running `npm i @types/lodash`. There are 11421 other projects in the npm registry using @types/lodash.
      » npm install @types/lodash
    
🌐
GitHub
github.com › lodash › lodash › issues › 4800
How to use lodash-es using import in Node 14? · Issue #4800 · lodash/lodash
June 3, 2020 - $ node test.js file:///.../test.js:1 import { first } from 'lodash-es' ^^^^^ SyntaxError: The requested module 'lodash-es' is expected to be of type CommonJS, which does not support named exports.
Author   josdejong
🌐
GitHub
github.com › lodash › lodash
GitHub - lodash/lodash: A modern JavaScript utility library delivering modularity, performance, & extras. · GitHub
Generated using lodash-cli: $ npm run build $ lodash -o ./dist/lodash.js $ lodash core -o ./dist/lodash.core.js · Core build (~4 kB gzipped) Full build (~24 kB gzipped) CDN copies · Lodash is released under the MIT license & supports modern environments. Review the build differences & pick one that’s right for you.
Starred by 61.4K users
Forked by 7.1K users
Languages   JavaScript 97.2% | HTML 2.3% | EJS 0.5%
🌐
NPM Compare
npm-compare.com › lodash,lodash-es
lodash vs lodash-es | JavaScript Utility Libraries - NPM Compare
The primary difference between the two packages is that lodash is designed for use in all JavaScript environments, while lodash-es is optimized for ES6 (ECMAScript 2015) and later environments, providing a modular structure that allows for tree-shaking and smaller bundle sizes in modern ...
🌐
Runkit
npm.runkit.com › lodash-es
lodash-es
This is a playground to test code. It runs a full Node.js environment and already has all of npm’s 1,000,000+ packages pre-installed, including lodash-es with all npm packages installed.
🌐
Lodash
lodash.com › docs
Lodash Documentation
source npm package · Creates a function that provides value to wrapper as its first argument. Any additional arguments provided to the function are appended to those provided to the wrapper. The wrapper is invoked with the this binding of the created function.