Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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
  • npm
  • Socket score

Version published
Maintainers
1
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

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc