Socket
Socket
Sign inDemoInstall

yeast

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yeast

Tiny but linear growing unique id generator


Version published
Weekly downloads
1.6M
increased by4.33%
Maintainers
1
Weekly downloads
 
Created

What is yeast?

The yeast npm package is a simple utility for generating unique IDs based on the current time. It is lightweight and designed to be used in environments where unique identifiers are needed, such as in distributed systems or for generating unique keys in databases.

What are yeast's main functionalities?

Generate Unique IDs

This feature allows you to generate a unique ID based on the current time. The generated ID is a string that can be used as a unique identifier in various applications.

const yeast = require('yeast');
const uniqueID = yeast();
console.log(uniqueID);

Other packages similar to yeast

Keywords

FAQs

Package last updated on 05 Nov 2014

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