
Product
Announcing Socket Fix 2.0
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
@brianmcallister/highlight-text
Advanced tools
Highlight
words
in sometext
highlight-text
makes highlighting words and characters in a string quick and easy. This library is primarily used for adding a visual indicator to any text in a web page, much like the default search feature in your browser.
This is a great way to highlight search results collected from an input field within your application, or a range of possible use cases:
By default, the library will accept a string and some sub strings to search for. It will return all of the found strings surrounded by <mark>
tags, which can then be styled to match your branding. This is configurable, in case you want to use any arbitrary string or HTML tag.
Hosted demo: https://highlight-text.netlify.com/
You can also run the demo locally. To get started:
git clone git@github.com:brianmcallister/highlight-text.git
cd highlight-text/demo
npm i
npm start
npm install @brianmcallister/highlight-text
import highlightText from '@brianmcallister/highlight-text';
highlightText('some text', ['om', 'ex']);
// #=> 's<mark>om</mark>e t<mark>ex</mark>t'
highlightText
This is the default export. Use this function to highlight words in text.
highlightText(text: string, words: string[]): string;
FAQs
Hightlight `words` in `text`
The npm package @brianmcallister/highlight-text receives a total of 1,184 weekly downloads. As such, @brianmcallister/highlight-text popularity was classified as popular.
We found that @brianmcallister/highlight-text 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
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.