New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

github.com/coding-socks/uuiddraft

Package Overview
Dependencies
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/coding-socks/uuiddraft

Source
Go Modules
Version
v0.0.0-20230416115404-716d11e1c693
Version published
Created
Source

UUID Draft

Draft Prototype for UUIDv6 and beyond.

Introduction

A universally unique identifier (UUID) is a 128-bit label used for information in computer systems.

Source: https://en.wikipedia.org/wiki/Universally_unique_identifier

It is based on draft-ietf-uuidrev-rfc4122bis-00. This document is only an Internet-Draft.

The goal is to provide implementation for these documents and during the implementation provide feedback for them.

Production readiness

This project is still in alpha phase. In this stage the public API can change between days.

Beta version will be considered when the feature set covers most of the documents the implementation is based on, and the public API is reached a mature state.

Stable version will be considered only if enough positive feedback is gathered to lock the public API and all document the implementation is based on became "Internet Standard".

Documents

IETF Documents

Huge thanks to the Revise Universally Unique Identifier Definitions (uuidrev) working group, and others who contributed to these documents for their work.

Original UUID implementations

Source: https://pkg.go.dev/search?q=uuid

FAQs

Package last updated on 16 Apr 2023

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