Skip to content

Commit 766778a

Browse files
committed
Remove deprecated cuid
1 parent a9df898 commit 766778a

7 files changed

Lines changed: 0 additions & 16 deletions

File tree

README.id-ID.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ nanoid 5,652,148 ops/sec
7777
customAlphabet 3,565,656 ops/sec
7878
secure-random-string 394,201 ops/sec
7979
uid-safe.sync 393,176 ops/sec
80-
cuid 208,131 ops/sec
8180
shortid 49,916 ops/sec
8281

8382
Async:

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ nanoid 5,652,148 ops/sec
8686
customAlphabet 3,565,656 ops/sec
8787
secure-random-string 394,201 ops/sec
8888
uid-safe.sync 393,176 ops/sec
89-
cuid 208,131 ops/sec
9089
shortid 49,916 ops/sec
9190

9291
Async:

README.ru.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ nanoid 5,652,148 ops/sec
9393
customAlphabet 3,565,656 ops/sec
9494
secure-random-string 394,201 ops/sec
9595
uid-safe.sync 393,176 ops/sec
96-
cuid 208,131 ops/sec
9796
shortid 49,916 ops/sec
9897

9998
Async:

README.zh-CN.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ nanoid 5,652,148 ops/sec
8585
customAlphabet 3,565,656 ops/sec
8686
secure-random-string 394,201 ops/sec
8787
uid-safe.sync 393,176 ops/sec
88-
cuid 208,131 ops/sec
8988
shortid 49,916 ops/sec
9089

9190
Async:

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
"benchmark": "^2.1.4",
5656
"c8": "^7.12.0",
5757
"clean-publish": "^4.1.1",
58-
"cuid": "^2.1.8",
5958
"eslint": "^8.33.0",
6059
"eslint-config-standard": "^17.0.0",
6160
"eslint-plugin-import": "^2.27.5",

pnpm-lock.yaml

Lines changed: 0 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/benchmark.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import uidSafe from 'uid-safe'
1010
import { uid } from 'uid'
1111
import crypto from 'crypto'
1212
import pico from 'picocolors'
13-
import cuid from 'cuid'
1413
import rndm from 'rndm'
1514
import srs from 'secure-random-string'
1615

@@ -60,9 +59,6 @@ suite
6059
.add('uid-safe.sync', () => {
6160
uidSafe.sync(14)
6261
})
63-
.add('cuid', () => {
64-
cuid()
65-
})
6662
.add('shortid', () => {
6763
shortid()
6864
})

0 commit comments

Comments
 (0)