@code-coaching/random
Advanced tools
+1
-1
| { | ||
| "name": "@code-coaching/random", | ||
| "version": "1.2.0", | ||
| "version": "1.2.1", | ||
| "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", |
+3
-3
@@ -29,3 +29,3 @@ # Code Coaching - Random | ||
| ```js | ||
| import { randomUUID } from "../index.js"; | ||
| import { randomUUID } from "../dist/index.js"; | ||
| // This will be: import { randomUUID } from "@code-coaching/random"; inside of a project. | ||
@@ -37,3 +37,3 @@ | ||
| ```js | ||
| import { randomID } from "../index.js"; | ||
| import { randomID } from "../dist/index.js"; | ||
| // This will be: import { randomID } from "@code-coaching/random"; inside of a project. | ||
@@ -47,3 +47,3 @@ | ||
| ```js | ||
| import { randomString } from "../index.js"; | ||
| import { randomString } from "../dist/index.js"; | ||
| // This will be: import { randomString } from "@code-coaching/random"; inside of a project. | ||
@@ -50,0 +50,0 @@ |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
18754
0.08%0
-100%