nanoid 5.0.2 → 5.0.3

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.

Files changed (2) hide show
  1. package/bin/nanoid.js +1 -1
  2. package/package.json +1 -1
package/bin/nanoid.js CHANGED
@@ -16,7 +16,7 @@ if (process.argv.includes('--help') || process.argv.includes('-h')) {
16
16
  -a, --alphabet Alphabet to use
17
17
  -h, --help Show this help
18
18
  Examples
19
- $ nanoid --s 15
19
+ $ nanoid -s 15
20
20
  S9sBF77U6sDB8Yg
21
21
  $ nanoid --size 10 --alphabet abc
22
22
  bcabababca`)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nanoid",
3
- "version": "5.0.2",
3
+ "version": "5.0.3",
4
4
  "description": "A tiny (116 bytes), secure URL-friendly unique string ID generator",
5
5
  "keywords": [
6
6
  "uuid",