
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
Library can be easily installed via either NPM or Bower:
npm i tinytyper --save
OR
bower i tinytyper --save
Basic setup looks like this:
import TinyTyper from 'tinytyper';
const el = document.querySelector('.text-el')
const options = { /* . . . */ }
const instance = new TinyTyper(el, options)
In case you need to run animation again:
instance.animate()
Available options:
| Option | Default | Description |
|---|---|---|
text | innerText of specifed element | Sets a text to be displayed |
textSpeed | 95 | Defines of text speed animation |
cursor | ▌ | Defines current cursor symbol |
blinkSpeed | 0.05 | Defines blink speed of a cursor |
cursorClass | tiny-typer-cursor | A CSS class for cursor element |
textClass | tiny-typer-text | A CSS class for text element |
staticCursor | false | Makes cursor static (disables blinking) |
staticText | false | Makes text static (disables animation) |
Contributions are welcome. Feel free to create issues and PRs
FAQs
A tiny library for creating a typewriter effect on specified text element
We found that tinytyper 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.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

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.