Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
@crave/farmblocks-tooltip
Advanced tools
A simple tooltip component.
npm install @crave/farmblocks-tooltip
A text or children must be supplied, otherwise the tooltip won't be rendered.
Property | Description | Type | Default |
---|---|---|---|
children | content to be rendered inside the tooltip | React.Node | |
text | tooltip text | string | |
isVisible | controls its visibility | bool | true |
positionX | controls its position on axis X relatively to the parent | one of "left" , "right" , "center" or "auto" | "left" |
positionY | controls its position on axis Y relatively to the parent | one of "top" , "bottom" , or "auto" | "bottom" |
boundariesSelector | (only for align="auto" ) A CSS selector for a container which will define the limits for the tooltip. If not defined, the limit will be the browser's viewport | string | |
zIndex | zIndex value | number | 1000 |
hideArrow | controls arrow visibility | bool | false |
padding | content padding | string | "8px" |
offset | distance from the container to the tooltip | string | "15px" |
overflow | overrides the default overflow property. Note that when overflow=hidden the arrow will be hidden as well | string | |
fullScreenBreakpoint | up to this window width, the tooltip will take the whole screen. Note that you must provide a way to close the tooltip | string |
MIT
FAQs
Tooltip component
The npm package @crave/farmblocks-tooltip receives a total of 6 weekly downloads. As such, @crave/farmblocks-tooltip popularity was classified as not popular.
We found that @crave/farmblocks-tooltip demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 open source maintainers 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
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.