Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
baby-i-am-faded
Advanced tools
- 🏷 **TypeScript support** - It is written in TypeScript to make it easier and faster to use the library - 🍃 **Lightweight** - Very little footprint on your project and no other dependencies required - ⚙️ **Uses native APIs** - Intersection Observ
baby-i-am-faded
Animates react components when in view, uses `emotion` for the animations code, completely tree shakable, super tiny
You can find a demo website here.
yarn add baby-i-am-faded @emotion/core
import { Faded } from 'baby-i-am-faded'
export const App = () => (
<Faded damping={0.8}>
<Placeholder />
<Placeholder />
<Placeholder />
<Placeholder />
</Faded>
)
import { wobble } from 'baby-i-am-faded/esm/animations' // here are all the animate.css animaitons
export const WithWobble = () => (
<Faded animation={wobble}>
<Placeholder />
<Placeholder />
<Placeholder />
<Placeholder />
</Faded>
)
FAQs
Reveal animation for react
The npm package baby-i-am-faded receives a total of 523 weekly downloads. As such, baby-i-am-faded popularity was classified as not popular.
We found that baby-i-am-faded 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
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.