JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1788
  • Score
    100M100P100Q132757F
  • License Unlicense

A lightweight version 4 UUID generator.

Package Exports

  • random-uuid-v4

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (random-uuid-v4) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

uuid-v4

A lightweight version 4 UUID generator. The code was originally taken from a stackoverflow answer

Thanks broofa!

Usage

var uuid = require('uuid-v4');
var uuidv4 = uuid();

Changelog

  • 0.0.5 - Fix invalid uuids - Add test

Contributors