pg-promise
Advanced tools
Comparing version 11.7.3 to 11.7.4
@@ -158,3 +158,3 @@ /* | ||
if (Array.isArray(a) && a.raw) { | ||
a = args.length ? a.map((b, i) => b + (args[i] || '')).join('') : a[0]; | ||
a = a.map((b, i) => b + (i < args.length ? args[i] : '')).join(''); | ||
} | ||
@@ -161,0 +161,0 @@ const [schema, table] = a.split('.'); |
{ | ||
"name": "pg-promise", | ||
"version": "11.7.3", | ||
"version": "11.7.4", | ||
"description": "PostgreSQL interface for Node.js", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
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
424579