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

node-pg-migrate

Package Overview
Dependencies
Maintainers
3
Versions
187
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-pg-migrate - npm Package Compare versions

Comparing version 7.9.0 to 7.9.1

1

bin/node-pg-migrate.js

@@ -488,2 +488,3 @@ #!/usr/bin/env node

databaseUrl: {
// eslint-disable-next-line @typescript-eslint/no-misused-spread
...databaseUrl,

@@ -490,0 +491,0 @@ ...typeof rejectUnauthorized === "boolean" ? {

3

bin/node-pg-migrate.ts

@@ -580,2 +580,3 @@ #!/usr/bin/env node

databaseUrl: {
// eslint-disable-next-line @typescript-eslint/no-misused-spread
...databaseUrl,

@@ -592,3 +593,3 @@ ...(typeof rejectUnauthorized === 'boolean'

: undefined),
},
} as ClientConfig,
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion

@@ -595,0 +596,0 @@ dir: MIGRATIONS_DIR!,

{
"name": "node-pg-migrate",
"version": "7.9.0",
"version": "7.9.1",
"description": "PostgreSQL database migration management tool for node.js",

@@ -79,17 +79,17 @@ "keywords": [

"dependencies": {
"glob": "11.0.0",
"glob": "~11.0.0",
"yargs": "~17.7.0"
},
"devDependencies": {
"@eslint/compat": "1.2.5",
"@eslint/js": "9.18.0",
"@stylistic/eslint-plugin": "2.12.1",
"@eslint/compat": "1.2.6",
"@eslint/js": "9.19.0",
"@stylistic/eslint-plugin": "3.0.1",
"@types/config": "3.3.5",
"@types/eslint__js": "8.42.3",
"@types/node": "22.10.5",
"@types/pg": "8.11.10",
"@types/node": "22.13.1",
"@types/pg": "8.11.11",
"@types/yargs": "17.0.33",
"@vitest/coverage-v8": "2.1.8",
"@vitest/eslint-plugin": "1.1.24",
"@vitest/ui": "2.1.8",
"@vitest/coverage-v8": "3.0.5",
"@vitest/eslint-plugin": "1.1.26",
"@vitest/ui": "3.0.5",
"config": "3.3.12",

@@ -99,7 +99,7 @@ "cross-env": "7.0.3",

"dotenv-expand": "12.0.1",
"eslint": "9.18.0",
"eslint-config-prettier": "9.1.0",
"eslint": "9.19.0",
"eslint-config-prettier": "10.0.1",
"eslint-define-config": "2.1.0",
"eslint-gitignore": "0.1.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-prettier": "5.2.3",
"eslint-plugin-unicorn": "56.0.1",

@@ -113,11 +113,11 @@ "jiti": "2.4.2",

"prettier-plugin-organize-imports": "4.1.0",
"prettier-plugin-packagejson": "2.5.6",
"prettier-plugin-packagejson": "2.5.8",
"rimraf": "6.0.1",
"ts-node": "10.9.2",
"tsup": "8.3.5",
"tsup": "8.3.6",
"tsx": "4.19.2",
"typescript": "5.7.3",
"typescript-eslint": "8.19.1",
"vitepress": "1.5.0",
"vitest": "2.1.8"
"typescript-eslint": "8.23.0",
"vitepress": "1.6.3",
"vitest": "3.0.5"
},

@@ -124,0 +124,0 @@ "peerDependencies": {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc