
Security News
PEP 810 Proposes Explicit Lazy Imports for Python 3.15
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
@imrandil/gen_uuid
Advanced tools
A simple npm package for generating unique UUIDs.
You can install this package using npm:
npm install @imrandil/gen_uuid
const generateUUID = require('gen_uuid');
// Generate a UUID
const uuid = generateUUID();
console.log(uuid);
//2928a8fd-5a1c-48c4-d522-abfafbdbb86618f46c18728
This package provides a function generateUUID()
that generates a unique UUID (Universally Unique Identifier) each time it is called. The UUIDs generated by this function adhere to the UUID format specified in RFC 4122.
The function uses a cryptographically insecure method to generate UUIDs and may produce collisions if used in applications requiring strong uniqueness guarantees.
generateUUID()
Generates a unique UUID.
string
- A string representing the generated UUID.This project is licensed under the MIT License - see the LICENSE file for details.
Ali Imran Adil
The source code for this package can be found on GitHub.
If you encounter any issues or have questions, please open an issue on GitHub.
FAQs
A simple npm package for generating unique UUIDs.
The npm package @imrandil/gen_uuid receives a total of 9 weekly downloads. As such, @imrandil/gen_uuid popularity was classified as not popular.
We found that @imrandil/gen_uuid demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.