Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
The Most Versatile JavaScript Animated Typing Utility on the Planet
TypeIt is the most versatile JavaScript typewriter effect utility on the planet. With its simple yet flexible configuration, you're empowerd to type single or multiple strings that break lines, delete & replace each other, easily handle string containing HTML, loop, and a whole lot more.
For more advanced, controlled typing effects, TypeIt comes with companion functions that can be chained to control your typing down to a single character or millisecond, enabling you to type an dynamic narrative, with complete reign over speed changes, line breaks, deletions, and pauses.
Using TypeIt for an open source or personal project is completely free. To use it in a commercial project, purchase a single license, or an unlimited license that'll never expire, no matter how many times you use it.
See some more examples and try out the sandbox at https://typeitjs.com.
All of TypeIt's documentation can be found at https://typeitjs.com/docs.
Check out the official React component for TypeIt here.
There are two bundles generated -- an ES module version for browsers that support them, and a fully transpiled bundle. When in doubt, go for the latter. If you're using IE11 or older, you'll also need the following polyfills:
Array.prototype.fill
Array.prototype.find
Array.from
IntersectionObserver
Object.assign
Promise
You can load all of these yourself, or just use the following pre-made bundle from Polyfill.io:
<script src="https://polyfill.io/v3/polyfill.min.js?features=Array.prototype.fill%2CIntersectionObserver%2CObject.assign%2CPromise%2CArray.from%2CArray.prototype.find"></script>
Please do! The code is available on Github. Check out the CONTRIBUTING.md file to see how to get started.
I'd love to see and share it! Send me a message or tweet at me.
If you're working with a custom implementation of TypeIt and would like some help, I'm available for hire. Get in touch!
GPL-2.0 © Alex MacArthur
FAQs
The most versatile animated typing utility on the planet.
We found that typeit demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.