
Research
Supply Chain Attack on Axios Pulls Malicious Dependency from npm
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.
@yaireo/title-tooltip
Advanced tools
If you want to have custom tooltips and all you have now are title attribute, and you don't want to change
anything in your markup, then this solution will automatically show ustom tooltips instead of your titles
and all you need to do is style them (or use the default style here)
For the positioning of the tooltips, I would recommend using my super-lighweight script
Use from CDN / Download from this repo / NPM
npm i @yaireo/title-tooltip -S
🧐 This script should be accompanied by a DOM positioniong script. I intentionally did not couple one because you might be already using one in your project, or simply do not want one coupled. I recommend using another lib of mine for that (it's also used in the demo page and below code): https://github.com/yairEO/position
Import CSS file via JS
import titleTooltip from '@yaireo/title-tooltip'
Import default CSS
@import '@yaireo/title-tooltip/title-tooltip.css'
Finally, execute the command to automatically transform the titles to tooltips:
// using "@yaireo/position" lib for positioning
titleTooltip({
onShow: function(reference, popper){
// ".default" is only needed when the script is loaded as a <script> tag and not as an ES2015 module
position.default({
target : popper,
useRaf : false,
ref : reference,
offset : [0, 5],
placement : "center below",
})
}
})
FAQs
CSSsut
We found that @yaireo/title-tooltip 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.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.