Skip to content

Commit

Permalink
Add note about Nano ID 3
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Feb 20, 2023
1 parent 13bd1b5 commit 19ef578
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,13 @@ Test configuration: ThinkPad X1 Carbon Gen 9, Fedora 36, Node.js 18.9.
npm install --save nanoid
```

Nano ID 4 works only with ESM projects in tests or Node.js scripts.
For CommonJS you need Nano ID 3.x (we still support it):

```bash
npm install --save nanoid@3
```

For quick hacks, you can load Nano ID from CDN. Though, it is not recommended
to be used in production because of the lower loading performance.

Expand Down
7 changes: 7 additions & 0 deletions README.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,13 @@ _См. также хорошую статью о теориях генерато
npm install --save nanoid
```

Nano ID 4 работает только с ESM-проектами в тестах или скриптах дял Node.js.
Для CommonJS вам нужен Nano ID 3.x (мы ещё всё ещё поддерживаем):

```bash
npm install --save nanoid@3
```

Для быстрого прототипирования вы можете подключить Nano ID с CDN без установки.
Не используйте этот способ на реальном сайте, так как он сильно бьёт
по скорости загрузки сайта.
Expand Down

0 comments on commit 19ef578

Please sign in to comment.