# @squiz/xaccel-uuid

> ## Description

Latest version **1.15.1-beta.0** (published 2024-05-10) · ISC license · 0 weekly downloads

## Install

```sh
npm install @squiz/xaccel-uuid
pnpm add @squiz/xaccel-uuid
yarn add @squiz/xaccel-uuid
bun add @squiz/xaccel-uuid
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.15.1-beta.0 |
| Published | 2024-05-10 |
| First published | 2024-03-20 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 6.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | ata-squiz, squiz-ksilalahi, squiz-lstephan, squiz-ncallahan, squiz-dschoen, azakens, kczepolkowska, azenderowska.squiz, pantyporowicz-squiz, hnarayanasamy, lunowak-squiz, mnowakowski1, jpolgar-squiz, aqureshi-sqz, tsmyth, hsingh_007, djarrott.squiz.net, sautade, avanschoor-squiz, thomasgrob, rainger_squiz, rszarafinski, tadams_squiz, pcoshansquiz, carlfoster, gtran, ewyatt, bmatters, wjarosz, jmatthew_squiz, bxwu, cupreti, mdobie, cdloh, lwright-sq, squiz-npm-publish, abarnes_squiz, gsherwood, pnolland, chadszinow-squiz, deborahsherwood, griseborough, akarelia, kfalloon, jsisk, mfox_squiz, cgoodbrand, sdanis, aadamsquiz, oliverneal, lnowak, squizwfagerstrom |

## Links

- npm: https://www.npmjs.com/package/@squiz/xaccel-uuid
- npm.io page: https://npm.io/package/@squiz/xaccel-uuid

## Recent versions

- 1.15.1-beta.0 (latest) — 2024-05-10
- 1.15.0 — 2024-05-10
- 1.15.0-beta.0 — 2024-03-21
- 1.14.0-alpha.0 — 2024-03-20

## README

# uuid

## Description

A utility for crating unique string id.
It can be used both on the server and client side. Package will automatically detect the environment and use available methods to create the identifier. It uses window.crypto on the client-side and native JS methods on the server.

### Usage

```
import uuid from @squiz/xaccel-uuid;

const myCustomId = uuid()
```

You can assign created identifier anywhere you want. Unique id's are required in some other plug-and-play components e.g. @squiz/xaccel-collapsible

---
_Source: https://npm.io/package/@squiz/xaccel-uuid · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
