hiddencoder
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "hiddencoder", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Encode ASCII strings into zero-width unicode characters, and decode back into ASCII", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -5,3 +5,3 @@ /* | ||
*/ | ||
const alphabet = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890!@#$%^&*(),.`~-=?\\/<>;:[]{}"_+\n\r\t ' + "'"; | ||
const alphabet = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890!@#$%^&*(),.`~-=?\\/<>;:[]{}"_+|\n\r\t ' + "'"; | ||
const hidingChars = '%uDB40%uD'; | ||
@@ -8,0 +8,0 @@ const initValue = 65; // Use 65 ('A') to avoid having values > 100 or < -100 |
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
6260