You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Secure** - Cryptographically-strong random values
17
17
-**Compact** - No dependencies, [tree-shakable](https://developer.mozilla.org/en-US/docs/Glossary/Tree_shaking)
@@ -480,6 +480,14 @@ Prior to `uuid@11`, it was possible for `options` state to interfere with the in
480
480
- Without `options`: Internal state is utilized to improve UUID uniqueness.
481
481
- With `options`: Internal state is **NOT** used and, instead, appropriate defaults are applied as needed.
482
482
483
+
## Support
484
+
485
+
**Browsers**: `uuid`[builds are tested](/uuidjs/uuid/blob/main/wdio.conf.js) against the latest version of desktop Chrome, Safari, Firefox, and Edge. Mobile versions of these same browsers are expected to work but aren't currently tested.
486
+
487
+
**Node**: `uuid`[builds are tested](https://github.com/uuidjs/uuid/blob/main/.github/workflows/ci.yml#L26-L27) against node ([LTS releases](https://github.com/nodejs/Release)), plus one prior. E.g. `node@18` is in maintainence mode, and `node@22` is the current LTS release. So `uuid` supports `node@16`-`node@22`.
488
+
489
+
**Typescript**: TS versions released within the past two years are supported. [source](https://github.com/microsoft/TypeScript/issues/49088#issuecomment-2468723715)
-**Secure** - Cryptographically-strong random values
31
31
-**Compact** - No dependencies, [tree-shakable](https://developer.mozilla.org/en-US/docs/Glossary/Tree_shaking)
@@ -488,6 +488,14 @@ Prior to `uuid@11`, it was possible for `options` state to interfere with the in
488
488
- Without `options`: Internal state is utilized to improve UUID uniqueness.
489
489
- With `options`: Internal state is **NOT** used and, instead, appropriate defaults are applied as needed.
490
490
491
+
## Support
492
+
493
+
**Browsers**: `uuid`[builds are tested](/uuidjs/uuid/blob/main/wdio.conf.js) against the latest version of desktop Chrome, Safari, Firefox, and Edge. Mobile versions of these same browsers are expected to work but aren't currently tested.
494
+
495
+
**Node**: `uuid`[builds are tested](https://github.com/uuidjs/uuid/blob/main/.github/workflows/ci.yml#L26-L27) against node ([LTS releases](https://github.com/nodejs/Release)), plus one prior. E.g. `node@18` is in maintainence mode, and `node@22` is the current LTS release. So `uuid` supports `node@16`-`node@22`.
496
+
497
+
**Typescript**: TS versions released within the past two years are supported. [source](https://github.com/microsoft/TypeScript/issues/49088#issuecomment-2468723715)
0 commit comments