pg-diff-api
Advanced tools
+1
-1
| { | ||
| "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+", |
+1
-0
@@ -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: { |
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance 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
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance 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
148004
0.06%3655
0.14%