pg-promise
Advanced tools
Comparing version 11.7.2 to 11.7.3
@@ -158,3 +158,3 @@ /* | ||
if (Array.isArray(a) && a.raw) { | ||
a = args.length ? args.map((b, i) => a[i] + b).join('') : a[0]; | ||
a = args.length ? a.map((b, i) => b + (args[i] || '')).join('') : a[0]; | ||
} | ||
@@ -161,0 +161,0 @@ const [schema, table] = a.split('.'); |
{ | ||
"name": "pg-promise", | ||
"version": "11.7.2", | ||
"version": "11.7.3", | ||
"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
424583