Lodash · Lifecycle Status

Lodash End of Life (EOL) Dates & Support Timeline

Complete end-of-life dates, support windows, and security status for all Lodash versions. Data sourced from endoflife.date and official vendor documentation. Updated at every deploy.

Lodash 4.18.1 is actively supported. No versions approaching EOL in the next 6 months.
Running an EOL version? Get matched with support options — free ↓
Latest Active
4.18.1
4 series
Next EOL
None upcoming
Active Versions
1
of 3 total
EOL Versions
2
no longer patched
50 / 100
Medium Risk
EOL Risk Score™  How is this calculated? →
EOL Recency
40/40
Attack Surface
10/30 Medium tier
CISA KEV Exposure
0/20 Not in KEV
Extended Support
0/10 Available
EOL Risk Score™ — proprietary methodology by endoflife.ai. Factors: EOL recency, attack surface breadth, CISA KEV catalog presence, extended support availability. Updated at every build. Methodology →
CPE Identifier
cpe:2.3:a:lodash:lodash
The Common Platform Enumeration name vulnerability scanners and CVE records use for Lodash. Verified against the NIST CPE dictionary. Machine-readable for all products: cpe-map.json
Release Cycle Timeline
EOL   Warning   Active   Today
Release cycle timeline 2014201520162017201820192020202120222023202420252026234TODAY
2 versions of Lodash are past end of life — security patches have stopped. Get matched with support →
All Versions
VersionLatest ReleaseRelease DateEOL DateDaysStatus
2 2.4.1 Sep 14, 2013 Jan 26, 2015 4227 days past EOL EOL
3 3.10.1 Jan 26, 2015 Jan 12, 2016 3876 days past EOL EOL
4 4.18.1 Jan 12, 2016 TBD Supported Active
Lodash EOL status badge Live EOL badge for your README — updates automatically at every build. [![Lodash EOL](https://img.shields.io/endpoint?url=https%3A%2F%2Fendoflife.ai%2Fbadge%2Flodash.json)](https://endoflife.ai/lodash)

Lodash lifecycle status — the real story

Lodash is one of the most depended-upon packages in the JavaScript ecosystem — nearly 200,000 npm packages declare it as a dependency — and after several dormant years it resumed active maintenance: the 4.18 line shipped in 2026, including a fix for a code-injection flaw in _.template (CVE-2026-4800) that completed an incomplete 2021 patch.

Lodash's official policy is blunt: only the latest version of the current major line is supported. Versions 3.x and earlier have been end-of-life since January 2016, and the team explicitly offers no guarantee of fixes for anything older — their own version-support page points organizations that cannot upgrade toward commercial extended-support vendors.

Because lodash is so often a transitive dependency, EOL copies of 2.x and 3.x persist deep inside dependency trees long after direct dependencies were upgraded. Auditing the full lockfile, not just package.json, is the practical takeaway.

Lodash release and support pattern

Across the 3 release lines with a published release date, Lodash has shipped a new line roughly every 1.2 years (median interval). A line typically stays supported for about 1.2 years from its release to its end-of-life date (measured on the 2 lines with both dates published).

Of the 3 release lines tracked, 2 are past end of life and 1 is still within support. The newest line, 4, was released January 12, 2016. No end-of-life date is currently published for the 1 supported line.

Computed from the tracked release data at every build — the figures above are the dates in the table, restated, not an editorial estimate.

What does Lodash end of life mean for your organization?

When a version of Lodash reaches end of life, the maintainers stop issuing security patches. Vulnerabilities discovered after this date are publicly disclosed on the National Vulnerability Database, exploit code appears on GitHub, and your systems remain permanently exposed.

The CVE blind spot: Most vulnerability scanners check for known CVEs but do not flag the accumulation of unpatched vulnerabilities in EOL software. With a zero-day, nobody knows about the vulnerability. With EOL software, the vulnerability is public — listed, rated, and often weaponized — but no patch will ever exist. This is the most dangerous gap in enterprise security posture.

Organizations running EOL Lodash should treat it as a vulnerability class in their risk register, apply compensating controls (network segmentation, enhanced monitoring, access restriction), and prioritize migration to a supported version.

Your options when Lodash reaches end of life

There are four realistic paths. Which one is right depends far more on how long the system needs to keep running than on the version you are on today.

OptionBest whenWatch out for
Move to a supported version The system will outlive the current version's support window and you can schedule the work Budget for compatibility testing, not just the upgrade itself — that is where the real cost sits
Replace the component The project is unmaintained, or a better-supported alternative exists The replacement has its own lifecycle and its own end-of-life date — you are changing vendors, not escaping the problem
Buy extended support Migration is genuinely underway but cannot finish before the deadline, or the workload is frozen by certification or a third-party application A bridge, not a destination — every year purchased is a year the migration still has to happen
Document accepted risk The system is isolated, short-lived, or scheduled for retirement Only defensible with real compensating controls and a written decision — auditors treat undocumented end-of-life software as a finding

How to choose, in one question: how many more years does this system need to run? Under a year, extended support (where it exists) is usually cheaper than an emergency migration. One to three years, migrate — support purchased repeatedly costs more than doing the project once, and the project only gets harder as the version ages. Indefinitely, migrate now and plan the next migration before it surprises you.

Worth saying plainly, because vendors selling extended support rarely will: extended support is often the more expensive choice over a multi-year horizon. It is the right answer when a deadline is genuinely unreachable, not as a default. Compare the annual fee against the one-time cost of migrating before committing to either.

Formalizing decisions like this across your estate? Our free EOL policy template is a ready-to-adopt policy with risk tiers, remediation SLAs, and audit mapping — no signup, free to use and share.

Extended Support Options

If you cannot migrate immediately, extended support vendors provide continued security patches for EOL Lodash versions. This is a bridge, not a permanent solution — plan your migration in parallel.

endoflife.ai
Get Lodash Support Options

Lodash has 2 versions past end of life — security patches have stopped, but CVE disclosures haven't. The good news: extended support for Lodash exists — vetted vendors ship security patches for years past the official date. Right now that coverage spans Lodash 3.x, 4.x. Tell us where to reach you and we'll reply with matched options and pricing guidance — or an honest "no vendor covers this."

Free · No obligation · Independent — we track the dates, vendors don't pay for placement · Dates verified against vendor sources
Frequently Asked Questions
What is the end-of-life date for Lodash?
See the full table above for all Lodash version EOL dates.
When is the Lodash support end date?
Each Lodash version has its own support end date — see the table above for every version's date.
What is the latest supported version of Lodash?
The latest active version of Lodash is 4.18.1. Always verify against the table above as support windows can change.
What happens when Lodash reaches end of life?
When Lodash reaches end of life, the vendor stops issuing security patches. Any CVEs disclosed after the EOL date accumulate indefinitely with no patch path — creating an ever-growing attack surface that most vulnerability scanners do not flag.
How do I check if I'm running an EOL version of Lodash?
Check your current version against the table above. If your version's EOL date has passed, you are running unsupported software. You can also use the endoflife.ai Stack Scanner to check your entire dependency file at once.
Is there extended support available for EOL Lodash versions?
Some vendors offer extended support for EOL software. Contact the original vendor or check with enterprise support providers for options.

Related Products

Data from endoflife.date API · endoflife.date · Generated at build time · How we source data →
Lodash end-of-life status badge