@ttoss/postgresdb-cli
Advanced tools
+12
-12
| { | ||
| "name": "@ttoss/postgresdb-cli", | ||
| "version": "0.2.10", | ||
| "version": "0.2.11", | ||
| "description": "A library to handle PostgreSQL database actions through the command line", | ||
| "license": "MIT", | ||
| "author": "ttoss", | ||
| "contributors": [ | ||
| "Pedro Arantes <pedro@arantespp.com> (https://arantespp.com)" | ||
| "keywords": [ | ||
| "database", | ||
| "postgres", | ||
| "postgresql" | ||
| ], | ||
@@ -15,2 +15,8 @@ "repository": { | ||
| }, | ||
| "license": "MIT", | ||
| "author": "ttoss", | ||
| "contributors": [ | ||
| "Pedro Arantes <pedro@arantespp.com> (https://arantespp.com)" | ||
| ], | ||
| "sideEffects": false, | ||
| "type": "module", | ||
@@ -24,3 +30,2 @@ "bin": { | ||
| ], | ||
| "sideEffects": false, | ||
| "dependencies": { | ||
@@ -35,9 +40,4 @@ "commander": "^14.0.3", | ||
| "tsup": "^8.5.1", | ||
| "@ttoss/config": "^1.37.10" | ||
| "@ttoss/config": "^1.37.11" | ||
| }, | ||
| "keywords": [ | ||
| "database", | ||
| "postgres", | ||
| "postgresql" | ||
| ], | ||
| "publishConfig": { | ||
@@ -44,0 +44,0 @@ "access": "public", |
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
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
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
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