nanoid 3.1.29 → 3.1.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of nanoid might be problematic. Click here for more details.
- package/README.md +1 -1
- package/non-secure/index.cjs +1 -1
- package/non-secure/index.js +1 -1
- package/package.json +2 -2
- package/url-alphabet/index.cjs +1 -1
- package/url-alphabet/index.js +1 -1
package/README.md
CHANGED
@@ -10,7 +10,7 @@ A tiny, secure, URL-friendly, unique string ID generator for JavaScript.
|
|
10
10
|
> “An amazing level of senseless perfectionism,
|
11
11
|
> which is simply impossible not to respect.”
|
12
12
|
|
13
|
-
* **Small.**
|
13
|
+
* **Small.** 130 bytes (minified and gzipped). No dependencies.
|
14
14
|
[Size Limit] controls the size.
|
15
15
|
* **Fast.** It is 2 times faster than UUID.
|
16
16
|
* **Safe.** It uses hardware random generator. Can be used in clusters.
|
package/non-secure/index.cjs
CHANGED
package/non-secure/index.js
CHANGED
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "nanoid",
|
3
|
-
"version": "3.1.
|
4
|
-
"description": "A tiny (
|
3
|
+
"version": "3.1.30",
|
4
|
+
"description": "A tiny (130 bytes), secure URL-friendly unique string ID generator",
|
5
5
|
"keywords": [
|
6
6
|
"uuid",
|
7
7
|
"random",
|
package/url-alphabet/index.cjs
CHANGED
package/url-alphabet/index.js
CHANGED