New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

dev-unique-id

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dev-unique-id

Dev Unique ID Generator

latest
Source
npmnpm
Version
1.1.5
Version published
Maintainers
1
Created
Source

Very usefull UUID generator with lot's of functionality

npm npm GitHub issues GitHub stars npm

Installing

pnpm add dev-unique-id

or

npm i dev-unique-id --save

Use Example

import { uniqueID } from "dev-unique-id";
// or
const { uniqueID } = require("dev-unique-id");

console.log(uniqueID()); // you can also pass length of id
// here is an example of pass length
console.log(uniqueID(5));

Author

This package was created by Sabbir Hossain Shuvo. And the GitHub profile is https://github.com/devlopersabbir.

LICENSE

MIT

For support just Buy Me A Coffee https://www.buymeacoffee.com/devlopersabbir

🔧 Contributing

Since this package is fully open-source so, if you would like to contribute to this project, please follow these steps:

  • Fork this repository.
  • Clone your forked repository:
    • Install all dependence
      pnpm install
      
  • Make your changes:
    • Test user changes (required)
    • Commit them as your changes
  • Push them to your forked repository:
  • Create a pull request on this repository.

I will be happy to marge

Keywords

dev-unique-id

FAQs

Package last updated on 25 Aug 2025

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