Generate unique IDs for Pear Apps
- Generates unique IDs.
- To ensure the security and integrity of your projects, please note that official PearPass packages are distributed exclusively through our GitHub organization.
- 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.
Install the package using npm:
npm install git+https://github.com/tetherto/pear-apps-utils-generate-unique-id.gitTo run the tests, use the following command:
npm testimport { generateUniqueId } from '@tetherto/pear-apps-utils-generate-unique-id';
const uniqueId = generateUniqueId();
console.log(uniqueId);- @tetherto/pearpass-app-mobile - A mobile app for PearPass, a password manager
- @tetherto/pearpass-app-browser-extension - A browser extension for PearPass, a password manager
- @tetherto/pearpass-app-desktop - A desktop app for PearPass, a password manager
This project is licensed under the Apache License, Version 2.0. See the LICENSE file for details.