# angular2-uuid

> Angular 2 / TypeScript crypto-secure UUID generator

Latest version **1.1.1** (published 2017-01-20) · MIT license · 0 weekly downloads

## Install

```sh
npm install angular2-uuid
pnpm add angular2-uuid
yarn add angular2-uuid
bun add angular2-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.1.1 |
| Published | 2017-01-20 |
| First published | 2016-01-26 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 58 |
| Author | Wulf Solter |
| Maintainers | wulfsolter |
| Keywords | angular, angular2, ionic, uuid, guid, TypeScript, crypto, secure |

## Links

- npm: https://www.npmjs.com/package/angular2-uuid
- Repository: https://github.com/wulfsolter/angular2-uuid
- Homepage: https://github.com/wulfsolter/angular2-uuid#readme
- Issues: https://github.com/wulfsolter/angular2-uuid/issues
- npm.io page: https://npm.io/package/angular2-uuid

## Alternatives

- [@sindresorhus/slugify](https://npm.io/package/@sindresorhus/slugify.md) — 3.7M weekly downloads
- [solid-js](https://npm.io/package/solid-js.md) — 2.7M weekly downloads
- [expo-glass-effect](https://npm.io/package/expo-glass-effect.md) — 2.5M weekly downloads
- [nanoassert](https://npm.io/package/nanoassert.md) — 780.8K weekly downloads
- [@ffmpeg/ffmpeg](https://npm.io/package/@ffmpeg/ffmpeg.md) — 529.5K weekly downloads

## Recent versions

- 1.1.1 (latest) — 2017-01-20
- 1.1.0 — 2016-08-21
- 1.0.7 — 2016-03-07
- 1.0.6 — 2016-01-26
- 1.0.5 — 2016-01-26
- 1.0.4 — 2016-01-26
- 1.0.2 — 2016-01-26
- 1.0.1 — 2016-01-26
- 1.0.0 — 2016-01-26

## README

# angular2-uuid
Angular 2 UUID generator.
Uses crypto-secure PRNG window.crypto.getRandomValues() if available, otherwise fallback to Math.random();

## Install
`npm install angular2-uuid --save`

## Use
Include in Angular2 / Ionic2 project with
```
import { UUID } from 'angular2-uuid';
...
let uuid = UUID.UUID();
```

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