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

@potygen/cli

Package Overview
Dependencies
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@potygen/cli - npm Package Compare versions

Comparing version
0.10.0
to
0.10.1
+1
-1
dist/potygen.js

@@ -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")')

{
"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",