string-text-formatter
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "string-text-formatter", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Format string text for seo friendly url slug, seo friendly url slug with unique id", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -65,5 +65,5 @@ # string-text-formatter | ||
// genetate alfhanumeric string | ||
@params | ||
length: total string length (Default 8) | ||
allowSpecialCharacters: true / false | ||
//@params | ||
//length: total string length (Default 8) | ||
//allowSpecialCharacters: true / false | ||
const string1 = text.randomString(12, false); | ||
@@ -70,0 +70,0 @@ |
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
15489