@code-coaching/random
Advanced tools
+1
-1
| #!/usr/bin/env node | ||
| import { readFile } from "fs/promises"; | ||
| import { randomID, randomString, randomUUID } from "../index.js"; | ||
| import { randomID, randomString, randomUUID } from "../dist/index.js"; | ||
| import { cli, FLAGS } from "./utils/cli.js"; | ||
@@ -5,0 +5,0 @@ |
+1
-1
| { | ||
| "name": "@code-coaching/random", | ||
| "version": "1.2.1", | ||
| "version": "1.2.2", | ||
| "description": "This package provides functions to generate random stuff (strings, numbers, uuid). It can be used as a dependency for other packages. It can be used as a CLI tool.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
18759
0.03%