glitched-writer
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -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" | ||
] | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
9345
4
1
1
34
0