Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

unik-id

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unik-id - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

package.json
{
"name": "unik-id",
"version": "0.0.1",
"version": "0.0.2",
"description": "A very tiny unique id generator",

@@ -5,0 +5,0 @@ "keywords": [

@@ -1,1 +0,25 @@

# unik-id
# unik-id [![npm version](https://badge.fury.io/js/unik-id.svg)](https://badge.fury.io/js/unik-id)
A very tiny unique id generator
This module is available in ESM and CJS formats
## Installation
```bash
npm i unik-id
```
## Usage
```js
import { unikId } from 'unik-id';
// OR
const { unikId } = require('unik-id');
unikId();
```
## License
MIT © [Manan Joshi](https://mananjoshi.me)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc