Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pg-promise

Package Overview
Dependencies
Maintainers
1
Versions
629
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pg-promise - npm Package Compare versions

Comparing version 11.7.2 to 11.7.3

2

lib/helpers/table-name.js

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc