New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ckpack/pg-helper

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ckpack/pg-helper - npm Package Compare versions

Comparing version 1.2.3 to 1.2.4

2

package.json
{
"name": "@ckpack/pg-helper",
"version": "1.2.3",
"version": "1.2.4",
"description": "A small helper of node-postgres can help you build queries more easily and safely",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -187,3 +187,3 @@ const symbolLiteral = Symbol('literal');

valueSql += paramFields.map((value, valueIndex) => {
if (typeof param[value] === 'object' && symbolLiteral in param[value]) {
if (param[value] && typeof param[value] === 'object' && param[value][symbolLiteral]) {
ignoreCount += 1;

@@ -190,0 +190,0 @@ return param[value][symbolLiteral];

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