@potygen/cli
Advanced tools
+1
-1
@@ -41,3 +41,3 @@ "use strict"; | ||
| .description('Convert postgres query files into typescript types') | ||
| .version('0.10.0') | ||
| .version('0.10.1') | ||
| .option('-c, --config <config>', 'A configuration file to load', 'potygen.config.json') | ||
@@ -44,0 +44,0 @@ .option('-f, --files <files>', 'A glob pattern to search files by (default: "**/*.sql")') |
+2
-2
| { | ||
| "name": "@potygen/cli", | ||
| "version": "0.10.0", | ||
| "version": "0.10.1", | ||
| "homepage": "https://github.com/ivank/potygen/tree/main/packages/cli", | ||
@@ -22,3 +22,3 @@ "description": "Command line interface for potygen (Postgres Typescript Generator)", | ||
| "dependencies": { | ||
| "@potygen/potygen": "0.8.0", | ||
| "@potygen/potygen": "0.8.1", | ||
| "@supercharge/promise-pool": "^2.3.2", | ||
@@ -25,0 +25,0 @@ "@types/pg": "^8.6.0", |
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 2 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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 2 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
+ Added
- Removed
Updated