Skip to content

tetherto/pear-apps-utils-generate-unique-id

Repository files navigation

pear-apps-utils-generate-unique-id

Generate unique IDs for Pear Apps

Features

  • Generates unique IDs.

Security Notice

  1. To ensure the security and integrity of your projects, please note that official PearPass packages are distributed exclusively through our GitHub organization.
  2. Any packages with similar names found on the npm registry or other third-party package managers are not affiliated with PearPass and should be strictly avoided. We recommend installing directly from this repository to ensure you are using the verified, open-source version.

Installation

Install the package using npm:

npm install git+https://github.com/tetherto/pear-apps-utils-generate-unique-id.git

Testing

To run the tests, use the following command:

npm test

Usage Examples

import { generateUniqueId } from '@tetherto/pear-apps-utils-generate-unique-id';

const uniqueId = generateUniqueId();
console.log(uniqueId);

Related Projects

License

This project is licensed under the Apache License, Version 2.0. See the LICENSE file for details.

About

PearPass is an open-source, privacy-first password manager with peer-to-peer syncing and end-to-end encryption. This repository contains shared core components used across the PearPass apps.

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors