Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eventid

Package Overview
Dependencies
Maintainers
3
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eventid

A utility for generating monotonically increasing unique event ids across a network of services.

  • 0.1.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1.7M
increased by107.93%
Maintainers
3
Weekly downloads
 
Created
Source

Monotonically increasing per machine, globally unique eventids

Note: This is not an official Google product.

An eventId uniquely identifies an event across a network of services. It is globally unique, and is monotically increasing locally. This makes eventids useful for lexically comparable identifiers for events in a distributed system.

const EventId = require('eventid');

// Instantiate a generator.
const eventId = new EventId();

const id1 = eventId.new();
const id2 = eventId.new();

CircleCI Dependencies Known Vulnerabilities

Keywords

FAQs

Package last updated on 17 Apr 2017

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