
Research
/Security News
Shai Hulud Strikes Again (v2)
Another wave of Shai-Hulud campaign has hit npm with more than 500 packages and 700+ versions affected.
@nasriya/uuidx
Advanced tools
A lightweight package to generate UUIDs on the go.
Made with ❤️ in Palestine 🇵🇸
[!IMPORTANT] 🌟 Support Our Open-Source Development! 🌟 We need your support to keep our projects going! If you find our > work valuable, please consider contributing. Your support helps us > continue to develop and maintain these tools.
Every contribution, big or small, makes a difference. Thank you for > your generosity and support!
Generating UUID is never easier.
npm i @nasriya/uuidx
Import in ES6 modules
import uuidx from '@nasriya/uuidx';
Import in CommonJS (CJS)
const uuidx = require('@nasriya/uuidx').default;
To generate a UUIDs, call the method of the needed version whenever you need it:
const idv4 = uuidX.v4();
const idv5 = uuidX.v5('nasriya.net', uuidX.v4());
console.log(idv4); // ⇨ 'e2e05f173-8646e-47fff-9d21f-735250ce1e28'
console.log(idv5); // ⇨ 'b79020af-20af-5020afabee-8020afabee433-433465'
Thank you!
Please read the license from here.
FAQs
A lightweight package to generate UUIDs on the go.
We found that @nasriya/uuidx demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers 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.

Research
/Security News
Another wave of Shai-Hulud campaign has hit npm with more than 500 packages and 700+ versions affected.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.