Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

glitched-writer

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

glitched-writer - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

LICENSE

4

index.js

@@ -95,3 +95,3 @@ const random = (min, max, mathFunc = null) => {

state.typing = true
el.classList.add('decrypting')
el.classList.add('glitch-writing')

@@ -138,3 +138,3 @@ textTable.forEach((char, i) => (textTable[i].steps = randomSteps()))

state.typing = false
el.classList.remove('decrypting')
el.classList.remove('glitch-writing')

@@ -141,0 +141,0 @@ result = {

{
"name": "glitched-writer",
"version": "1.0.0",
"description": "It's a glitched writer",
"version": "1.0.1",
"description": "glitched text writer module",
"author": "Damian Tarnawski @thetarnav <gthetarnav@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/thetarnav/glitched-writer.git"
},
"homepage": "https://github.com/thetarnav/glitched-writer#readme",
"main": "index.js",

@@ -10,6 +17,9 @@ "scripts": {

"keywords": [
"glitch"
],
"author": "Damian Tarnawski @thetarnav <gthetarnav@gmail.com>",
"license": "ISC"
"glitch",
"text",
"html",
"textContent",
"decrypt",
"async"
]
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc