uuid4 A Node.js module for generating and validation V4 UUIDs Install $ npm install uuid4 Usage var uuid4 = require('uuid4'); // Generate a new UUID var id = uuid4(); // Validate a UUID as proper V4 format uuid4.valid(id); // true License ISC License