Socket
Socket
Sign inDemoInstall

random-uuid-v4

Package Overview
Dependencies
0
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    random-uuid-v4

A lightweight version 4 UUID generator.


Version published
Weekly downloads
2.2K
increased by18.79%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

random-uuid-v4

Build Status

npm i random-uuid-v4

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

Thanks broofa!

Usage

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

Changelog

  • 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

Contributors

Keywords

FAQs

Last updated on 05 Aug 2019

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc