Comparing version 0.6.12 to 0.6.13
{ | ||
"name": "zeed", | ||
"version": "0.6.12", | ||
"version": "0.6.13", | ||
"description": "🌱 Simple foundation library", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -91,4 +91,4 @@ # 🌱 Zeed Library | ||
```js | ||
const id1 = uuid() # base62 encoded => 22 chars | ||
const id2 = uuidB32() # base32 encoded => 26 chars | ||
const id1 = uuid() // base62 encoded => 22 chars | ||
const id2 = uuidB32() // base32 encoded => 26 chars | ||
``` | ||
@@ -95,0 +95,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
499967