Security News
npm Updates Search Experience with New Objective Sorting Options
npm has a revamped search experience with new, more transparent sorting options—Relevance, Downloads, Dependents, and Publish Date.
@openinf/util-text
Advanced tools
Essential cross-platform terminal-friendly text utilities
The high-level goal of @openinf/util-text
is to serve as a Node.js package
containing essential cross-platform text utilities that degrade gracefully
when used in terminals lacking feature support. As is the case with any software
project in continuous development, omissions and errors may exist, for which
contributions are welcome.
@openinf/util-text
runs on Node.js and is available via npm
.
npm install @openinf/util-text
To get started using the text utils provided by @openinf/util-text
, all
that needs to be done is either import/require (depending on the module format)
the default export of the module or destructure the individual named helper
functions exported.
import { blueify, ellipsify } from '@openinf/util-text';
console.log(blueify(ellipsify('Deserializing database tables')));
string
Returns the supplied string as blue colored if ANSI escapes are supported.
string
Returns the supplied string as curly quoted if Unicode is supported.
string
Returns the supplied string as ellipsified if Unicode is supported.
string
Returns the supplied string as italicized if ANSI escapes are supported.
string
Processes the supplied string by transforming any Markdown backtick code spans (begining and ending with a single backtack) into HTML code elements.
string
Returns the supplied string as red colored if ANSI escapes are supported.
string
Returns the supplied string as underlined if ANSI escapes are supported.
string
Returns the supplied string as yellow colored if ANSI escapes are supported.
enum
Kind: global enum
Properties
Name | Type | Default |
---|---|---|
infoSymbol | string | "ⓘ" |
midlineEllipsis | string | "⋯" |
ellipsis | string | "…" |
errorSymbol | string | "ⓧ" |
leftDoubleQuotes | string | "“" |
rightDoubleQuotes | string | "”" |
warningSymbol | string | "⚠" |
string
Returns the supplied string as blue colored if ANSI escapes are supported.
Kind: global function
Param | Type |
---|---|
text | string |
string
Returns the supplied string as curly quoted if Unicode is supported.
Kind: global function
Param | Type |
---|---|
text | string |
string
Returns the supplied string as ellipsified if Unicode is supported.
Kind: global function
Param | Type |
---|---|
text | string |
string
Returns the supplied string as italicized if ANSI escapes are supported.
Kind: global function
Param | Type |
---|---|
text | string |
string
Processes the supplied string by transforming any Markdown backtick code spans (begining and ending with a single backtack) into HTML code elements.
Kind: global function
Param | Type |
---|---|
text | string |
string
Returns the supplied string as red colored if ANSI escapes are supported.
Kind: global function
Param | Type |
---|---|
text | string |
string
Returns the supplied string as underlined if ANSI escapes are supported.
Kind: global function
Param | Type |
---|---|
text | string |
string
Returns the supplied string as yellow colored if ANSI escapes are supported.
Kind: global function
Param | Type |
---|---|
text | string |
© The OpenINF Authors
FAQs
Essential cross-platform terminal-friendly text utilities
We found that @openinf/util-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
npm has a revamped search experience with new, more transparent sorting options—Relevance, Downloads, Dependents, and Publish Date.
Security News
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.