npm i random-uuid-v4
A lightweight version 4 UUID generator. The code was originally taken from a stackoverflow answer
Thanks broofa!
var uuid = require('random-uuid-v4');
var uuidv4 = uuid();
- 0.0.8 - Make jest a dev dependency
- 0.0.7 - Fix package name - Updated contributors - Use Jest - Travis badge
- 0.0.5 - Fix invalid uuids - Add test