
Product
A New Design for GitHub PR Comments
We redesigned our GitHub PR comments to deliver clear, actionable security insights without adding noise to your workflow.
Get the index of the first element in an array that returns truthy for the given value, using strict equality for comparisons.
Get the index of the first element in an array that returns truthy for the given value, using strict equality for comparisons.
Install with npm
$ npm i index-of --save
Install with bower
$ bower install index-of --save
var indexOf = require('index-of');
indexOf(['a', 'b', 'c'], 'b');
//=> 1
indexOf(['a', 'b', 'c'], 'd');
//=> -1
indexOf(['a', 'b', 'c', 'a', 'b', 'c'], 'b', 2);
//=> 4
Other object utils:
array
from the start
index up to, but not including, the end
… moreInstall dev dependencies:
$ npm i -d && npm test
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue
Jon Schlinkert
Copyright © 2015 Jon Schlinkert Released under the MIT license.
This file was generated by verb-cli on June 22, 2015.
FAQs
Get the index of the first element in an array that returns truthy for the given value, using strict equality for comparisons.
We found that index-of demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.
Product
We redesigned our GitHub PR comments to deliver clear, actionable security insights without adding noise to your workflow.
Product
Our redesigned Repositories page adds alert severity, filtering, and tabs for faster triage and clearer insights across all your projects.
Security News
Slopsquatting is a new supply chain threat where AI-assisted code generators recommend hallucinated packages that attackers register and weaponize.