New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@cli4ai/postgres

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cli4ai/postgres - npm Package Compare versions

Comparing version
1.0.7
to
1.0.8
+2
-2
cli4ai.json
{
"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",

{
"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';