pathchie-cli
Advanced tools
+5
-2
@@ -12,7 +12,10 @@ #!/usr/bin/env node | ||
| import updateNotifier from "update-notifier"; | ||
| import pkg from "./package.json" assert { type: "json" }; | ||
| import { createRequire } from "module"; | ||
| const require = createRequire(import.meta.url); | ||
| const pkg = require("./package.json"); | ||
| dotenv.config(); | ||
| // ๐ Check for updates | ||
| // ๐ Affiche une alerte si une version plus rรฉcente est disponible | ||
| updateNotifier({ pkg }).notify(); | ||
@@ -19,0 +22,0 @@ |
+1
-1
| { | ||
| "name": "pathchie-cli", | ||
| "version": "0.1.2", | ||
| "version": "0.1.3", | ||
| "description": "Interactive CLI for Pathchie IA", | ||
@@ -5,0 +5,0 @@ "bin": { |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
5369
2.19%136
1.49%6
20%