🚀 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.0.1
to
1.0.2
+11
-2
package.json
{
"name": "hexid",
"version": "1.0.1",
"version": "1.0.2",
"description": "Generates random hex string",

@@ -8,3 +8,12 @@ "main": "index.js",

"license": "MIT",
"repository": "github:alanfriedman/hexid"
"repository": "github:alanfriedman/hexid",
"keywords": [
"hex",
"uuid",
"guid",
"id",
"random",
"hexadecimal",
"bytes"
]
}