Changelog
3.0.1
non-secure
import (by Jia Huang).Migration guide: https://github.com/ai/nanoid/releases/tag/3.0.0
import { nanoid } from 'nanoid'
.import url from 'nanoid/url'
to import { urlAlphabet } from 'nanoid'
.format()
to customRandom()
.generate()
to customAlphabet()
.async/format
.nanoid/async
.nanoid.js
to use directly in browser from CDN.