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

pg-diff-api

Package Overview
Dependencies
Maintainers
2
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pg-diff-api - npm Package Compare versions

Comparing version
1.4.6
to
1.4.7
+1
-1
package.json
{
"name": "pg-diff-api",
"version": "1.4.6",
"version": "1.4.7",
"description": "PostgreSQL migration strategy for NodeJS",

@@ -5,0 +5,0 @@ "pgver": "9.6+",

@@ -96,2 +96,3 @@ const path = require("path");

application_name: config.applicationName,
ssl: config.ssl,
});

@@ -98,0 +99,0 @@

@@ -14,2 +14,4 @@ module.exports = {

applicationName: "pg-diff-api",
/** @type {Boolean} */
ssl: false
};

@@ -12,2 +12,3 @@ module.exports = {

applicationName: "pg-diff-api",
ssl: false,
},

@@ -22,2 +23,3 @@ sourceClient: {

applicationName: "pg-diff-api",
ssl: false,
},

@@ -24,0 +26,0 @@ compareOptions: {