Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@jmcdo29/juid

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jmcdo29/juid

A package for generating a version 4 variant 1 UUID.

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

genUUID

Build Status codecov

A quick Node package to generate a version 4 variant 1 UUID.

To install the package run npm install @jmcdo/juid or yarn install @jmcdo/juid.

Import the package

into TypeScript with

import { genUUID } from '@jmcdo/juid';

or into JavaScript with

const genuuid = require('@jmcdo/juid');

Use the function

in TypeScript with

const id = genUUid();

and in JavaScript with

const id = genuuid.genUUID();

Keywords

uuid

FAQs

Package last updated on 26 Dec 2018

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