
Security News
CVE Volume Surges Past 48,000 in 2025 as WordPress Plugin Ecosystem Drives Growth
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.
lodash.includes
Advanced tools
The lodash method _.includes exported as a Node.js module.
Using npm:
$ {sudo -H} npm i -g npm
$ npm i --save lodash.includes
In Node.js:
var includes = require('lodash.includes');
See the documentation or package source for more details.
Underscore is a JavaScript library that provides utility functions for common programming tasks. It includes a method called 'contains' which is similar to lodash.includes. However, Lodash is generally considered to be faster and more feature-rich compared to Underscore.
Ramda is a functional programming library for JavaScript. It provides a method called 'includes' which is similar to lodash.includes. Ramda focuses more on functional programming paradigms and immutability, whereas Lodash provides a broader range of utility functions.
array-includes is a small, focused package that provides a method to check if a value is present in an array. It is similar to lodash.includes but is limited to arrays only. It is a lightweight alternative if you only need to work with arrays.
FAQs
The lodash method `_.includes` exported as a module.
The npm package lodash.includes receives a total of 15,696,746 weekly downloads. As such, lodash.includes popularity was classified as popular.
We found that lodash.includes demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.

Security News
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.

Security News
Tailwind Labs laid off 75% of its engineering team after revenue dropped 80%, as LLMs redirect traffic away from documentation where developers discover paid products.