@cli4ai/postgres
Advanced tools
+2
-2
| { | ||
| "name": "postgres", | ||
| "version": "1.0.7", | ||
| "version": "1.0.8", | ||
| "description": "PostgreSQL read-only queries", | ||
@@ -8,3 +8,3 @@ "author": "cliforai", | ||
| "entry": "run.ts", | ||
| "runtime": "bun", | ||
| "runtime": "node", | ||
| "keywords": [ | ||
@@ -11,0 +11,0 @@ "postgres", |
+1
-1
| { | ||
| "name": "@cli4ai/postgres", | ||
| "version": "1.0.7", | ||
| "version": "1.0.8", | ||
| "description": "PostgreSQL read-only queries", | ||
@@ -5,0 +5,0 @@ "author": "cliforai", |
+1
-1
@@ -1,2 +0,2 @@ | ||
| #!/usr/bin/env bun | ||
| #!/usr/bin/env npx tsx | ||
| import { Client } from 'pg'; | ||
@@ -3,0 +3,0 @@ import { cli, loadEnv, output, outputError, withErrorHandling } from '@cli4ai/lib/cli.ts'; |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
19385
0.03%