
Research
2025 Report: Destructive Malware in Open Source Packages
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.
react-scrambled-text
Advanced tools
This is a package to create scrambled text animation in react easily. A lightweight package which you just install once and are ready to go
npm install react-scrambled-text
or
yarn add react-scrambled-text
Once Installed, you can just import it in your own component and start using it.
Import it using:
import ScrambledAnimation from 'react-scrambled-text'
And you can use it like this:
<ScrambleAnimation
texts={["hello", "world"]}
speed={100}
pauseDuration={2000}
start={true}
/>
| Prop Name | Description | Type | Default Value |
|---|---|---|---|
| texts | multiple texts that are gonna be rendered on the screen after being scrambled | Array | ["Hello, World!"] |
| speed | the speed at which each letter of the text unscrambles(in milliseconds) | Number | 100 |
| pauseDuration | duration between the scrambling of two different texts in milliseconds | Number | 3000 |
| start | the variable that controls if the animation will play or not | Boolean | true |
| style | custom styles that you might wanna add to the text being rendered on the screen | React.CSSProperties | null |
| className | custom className you might wanna give to the text being rendered | string | null |
FAQs
A package to create the scrambled text animation easily
The npm package react-scrambled-text receives a total of 2 weekly downloads. As such, react-scrambled-text popularity was classified as not popular.
We found that react-scrambled-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.

Research
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.

Security News
Socket CTO Ahmad Nassri shares practical AI coding techniques, tools, and team workflows, plus what still feels noisy and why shipping remains human-led.

Research
/Security News
A five-month operation turned 27 npm packages into durable hosting for browser-run lures that mimic document-sharing portals and Microsoft sign-in, targeting 25 organizations across manufacturing, industrial automation, plastics, and healthcare for credential theft.