
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
react-bootstrap-text
Advanced tools
Extends React-Bootstrap with a text component that encapsulates the bootstrap Text Utility classes
Extends React-Bootstrap (https://react-bootstrap.github.io/) with a text component that encapsulates the bootstrap Text Utility classes (https://getbootstrap.com/docs/5.2/utilities/text/). If an href is included a link will be created (as will be ignored).
import Text from "react-bootstrap-text";
...
<Text uppercase bold underline>This text is uppercase, bold and underlined</Text>
Valid props and allowed values are:
Aligns the text in the wrapping container either for all sizes, or only on specific sized screens
Aligns text similar to align="...":
Wrap text within container (default) or do not wrap text (overflows out of containing container)
Affect the case of the text:
Change the size of the text:
Change the text weight and style:
Decoration can also be set using: (None allows resets if Text items are nested)
Set monospacing:
Allow word break wihtin words:
Affect the lineheight within a block of text
Reset all values (if within nested Text blocks)
Truncate Text based on visible size (https://getbootstrap.com/docs/5.2/helpers/text-truncation/)
Also supports the following standard react-bootstrap options
For more details look at the bootstrap documentation
FAQs
Extends React-Bootstrap with a text component that encapsulates the bootstrap Text Utility classes
We found that react-bootstrap-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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.