New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ovotech/potygen-cli

Package Overview
Dependencies
Maintainers
194
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ovotech/potygen-cli - npm Package Compare versions

Comparing version

to
0.9.6

2

dist/potygen.js

@@ -41,3 +41,3 @@ "use strict";

.description('Convert postgres query files into typescript types')
.version('0.9.5')
.version('0.9.6')
.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")')

{
"name": "@ovotech/potygen-cli",
"version": "0.9.5",
"version": "0.9.6",
"homepage": "https://github.com/ovotech/potygen/tree/main/packages/cli",

@@ -22,3 +22,3 @@ "description": "Command line interface for potygen (Postgres Typescript Generator)",

"dependencies": {
"@ovotech/potygen": "0.7.5",
"@ovotech/potygen": "0.7.6",
"@supercharge/promise-pool": "^2.3.2",

@@ -25,0 +25,0 @@ "@types/pg": "^8.6.0",