@smakss/random-string
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@smakss/random-string", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Generates random dummy string.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -32,3 +32,3 @@ # Random array element without repetition | ||
``` | ||
randomString(10) // This will generate a random string with length of then | ||
randomString(10) // This will generate a random string with a length of 10. The output should be something like this: BD@Z8dKf2% | ||
``` |
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
3533