You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

singleton-uuid

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

singleton-uuid

Create a UUID and store to file

0.1.0
latest
Source
npmnpm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

singleton-uuid

Create a [naive] singleton UUID per machine and per session.

singleton-uuid will generate a valid V4 uuid the first time the module is called on a machine. When is called for the first time a cache file will be generated and subsequent calls will return the same UUID.

Documentation

The function takes one argument.

If this argument is a string, and the string is a valid UUID then the cache will be overwritten and subsequent call will use this UUID.

If the argument is a boolean- or any other type for that matter- then the cache will be refreshed returning a new UUID.

Examples

var uuid = require('singleton-uuid')();

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.

Release History

(Nothing yet)

License

Copyright (c) 2016 goliatone
Licensed under the MIT license.

FAQs

Package last updated on 01 Feb 2016

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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.