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

@lithium-framework/huid

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lithium-framework/huid

Hierarchical Unique Identifier

  • 1.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
5
decreased by-80%
Maintainers
0
Weekly downloads
 
Created
Source

Lithium-HUID

Lithium-HUID / Documentation / Tests

Lithium-HUID est une bibliothèque TypeScript pour la gestion d'UUID hiérarchiques (UUID).

Introduction

Les UUID hiérarchiques sont des identifiants uniques qui combinent plusieurs composants pour former une structure hiérarchique. Lithium-HUID permet la création et la gestion d'UUID hiérarchiques en TypeScript.

Fonctionnalités

  • Génération d'UUID hiérarchiques personnalisés.
  • Extraction des composants individuels d'un UUID hiérarchique.
  • Conversion d'UUID hiérarchiques en chaînes.
  • Génération d'UUID de version 4.
  • Encodage de chaînes de longueur fixe avec des caractères hexadécimaux aléatoires.

Installation

Vous pouvez installer Lithium-HUID à l'aide de npm ou yarn :

npm install Lithium-huid
# ou
yarn add Lithium-huid

Exemple d'utilisation

Voici un exemple simple d'utilisation de Lithium-HUID pour générer un UUID hiérarchique :

import { uuid, _HUID } from 'Lithium-huid';

// Génération d'un UUID hiérarchique
const hierarchicalUUID = uuid.hv1();

console.log('UUID Hiérarchique :', hierarchicalUUID);
console.log('Composant ID :', hierarchicalUUID.componentId);
console.log('Collection ID :', hierarchicalUUID.collectionId);

Documentation

Pour plus de détails sur l'utilisation de Lithium-HUID, consultez la documentation complète.

Keywords

FAQs

Package last updated on 28 Jul 2024

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