+3
-0
@@ -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", |
+1
-1
@@ -14,3 +14,3 @@ # hexid | ||
| const hex = await hexid(); // dc56f142fb58017ad74504b11df02416 | ||
| const hex2 = await hexid(32); | ||
| const hex2 = await hexid(32); // 16ddbb8603db565534487b9b9ce083a8b04912525d9bee904fd944d600c271e0 | ||
| ``` |
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
997
13.04%9
12.5%