
Research
/Security News
Contagious Interview Campaign Escalates With 67 Malicious npm Packages and New Malware Loader
North Korean threat actors deploy 67 malicious npm packages using the newly discovered XORIndex malware loader.
react-aiwriter
Advanced tools
I've written an extensive blog post about the current state of AI and its implications on software jobs, in which I have used this library. Check it out! You can also run the included demo app locally:
$ git clone https://github.com/mxmzb/react-aiwriter.git
$ cd react-aiwriter && yarn
$ cd example && yarn
$ yarn dev
After installing the demo locally you can visit it at http://localhost:8000
As I (and probably half of Twitter) have been playing around with ChatGPT, I came to like the way ChatGPT was rendering the words successively in a typewriter style. I found TypewriterJS, but its configuration was too difficult to integrate arbitrary content from a CMS.
$ yarn add react-aiwriter
import AIWriter from "react-aiwriter";
export default () => (
<AIWriter>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut
labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco
laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in
voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat
non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>
</AIWriter>
);
AIWriter
The main slider container, where you want to put all your slider elements inside.
Prop | Default | Type | Description |
---|---|---|---|
children | null | ReactNode[] | Child elements. Should be text nodes |
delay | 25 | number | The time between nodes / words rendered in milliseconds |
onFinish | () => {} | function | Do something after all nodes / words rendered |
react-aiwriter
is licensed under the MIT.
FAQs
Typewriter effect inspired by ChatGPT ⌨️
The npm package react-aiwriter receives a total of 9,552 weekly downloads. As such, react-aiwriter popularity was classified as popular.
We found that react-aiwriter 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
North Korean threat actors deploy 67 malicious npm packages using the newly discovered XORIndex malware loader.
Security News
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
Security News
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.