🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

hexid

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

hexid - npm Package Compare versions

Comparing version
1.1.0
to
1.1.1
+3
-0
index.js

@@ -12,2 +12,5 @@ const crypto = require('crypto');

(async () => console.log(await hexID(32)))()
module.exports = hexID;
+1
-1
{
"name": "hexid",
"version": "1.1.0",
"version": "1.1.1",
"description": "Generates random hex string",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -14,3 +14,3 @@ # hexid

const hex = await hexid(); // dc56f142fb58017ad74504b11df02416
const hex2 = await hexid(32);
const hex2 = await hexid(32); // 16ddbb8603db565534487b9b9ce083a8b04912525d9bee904fd944d600c271e0
```