base62-random
Advanced tools
Comparing version 0.3.0 to 0.3.1
{ | ||
"name": "base62-random", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Fast base62 random", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -21,3 +21,3 @@ # base62-random | ||
```javascript | ||
var uuid = require('base62-random'); | ||
var base62 = require('base62-random'); | ||
base62(12); // 'KsykHbcCzUSL' | ||
@@ -24,0 +24,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
45916