X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=uuid-generator.mjs;h=f85005f91c86329520f5eeb19f85e3aaad9b7e6c;hb=0cd226d261a3b43877fb13760c98e1ae7c1cb406;hp=92e15d848468cc576ed91f7d06ba4d134a4ad041;hpb=f522d7b906f8a45a7e4fd349abe3f83bf8fc3d69;p=benchmarks-js.git diff --git a/uuid-generator.mjs b/uuid-generator.mjs index 92e15d8..f85005f 100644 --- a/uuid-generator.mjs +++ b/uuid-generator.mjs @@ -1,4 +1,4 @@ -import crypto from 'crypto' +import crypto from 'node:crypto' import Benchmark from 'benny' import { v4 as uuid } from 'uuid'