🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

v4-uuid

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

v4-uuid

Simple Version 4 (random) UUID generator for browser, without any dependencies. Calls `Math.random()` twice to generate a single UUID.

1.1.0
latest
Source
npm
Version published
Weekly downloads
242
18.63%
Maintainers
1
Weekly downloads
 
Created
Source

v4-uuid

Simple Version 4 (random) UUID generator for browser, without any dependencies. Calls Math.random() twice to generate a single UUID.

Usage

npm i v4-uuid

now

import uuid from 'v4-uuid';

console.log(uuid())

License

Unlicense — public domain.

FAQs

Package last updated on 15 Apr 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts