@smakss/random-string
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "@smakss/random-string", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Generates random dummy string.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -33,2 +33,4 @@ # Generate random string | ||
randomString(10) // This will generate a random string with a length of 10. The output should be something like this: BD@Z8dKf2% | ||
// If the input was empty the length of string will be selected randomly between 1-20 | ||
``` |
Sorry, the diff of this file is not supported yet
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
3680
16
36