glitched-writer
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "glitched-writer", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "glitched text writer module", | ||
@@ -12,6 +12,6 @@ "author": "Damian Tarnawski @thetarnav <gthetarnav@gmail.com>", | ||
"homepage": "https://github.com/thetarnav/glitched-writer#readme", | ||
"main": "glitchedWriter-min.js", | ||
"main": "glitchedWriter.min.js", | ||
"scripts": { | ||
"dev": "parcel test/index.pug --out-dir dev", | ||
"build": "parcel build glitchedWriter.js --no-cache --out-dir . --out-file glitchedWriter-min.js", | ||
"build": "parcel build glitchedWriter.js --no-cache --out-dir . --out-file glitchedWriter.min.js", | ||
"test": "parcel index.html" | ||
@@ -18,0 +18,0 @@ }, |
@@ -5,3 +5,3 @@ const { wait } = require('./utility.js') | ||
} | ||
const { setGlitchedWriter, glitchWrite } = require('../glitchedWriter') | ||
const { setGlitchedWriter, glitchWrite } = require('../glitchedWriter-min') | ||
@@ -8,0 +8,0 @@ const textEl = document.getElementById('glitch_this'), |
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
90978
13
726
1