Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
@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 0 weekly downloads. As such, @brianmcallister/highlight-text popularity was classified as not 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.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.