@alchemycodelab/create-app
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -5,3 +5,3 @@ const { Pool } = require('pg'); | ||
connectionString: process.env.DATABASE_URL, | ||
ssl: { rejectUnauthorized: false } | ||
ssl: process.env.PGSSLMODE && { rejectUnauthorized: false } | ||
}); | ||
@@ -8,0 +8,0 @@ |
{ | ||
"name": "@alchemycodelab/create-app", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "repository": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20322
39
368
7