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

@trenskow/pged

Package Overview
Dependencies
Maintainers
1
Versions
190
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trenskow/pged - npm Package Compare versions

Comparing version 1.3.6 to 1.3.7

2

package.json
{
"name": "@trenskow/pged",
"version": "1.3.6",
"version": "1.3.7",
"description": "Just a silly little db management and query builder for Postgresql.",

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

@@ -240,3 +240,3 @@ 'use strict';

if (condition[key] == null) {
switch (operator) {
switch (comparer) {
case '$eq':

@@ -247,3 +247,3 @@ return `${dbKey} IS NULL`;

default:
throw new TypeError(`Modifier ${operator} is not usable with \`null\` values.`);
throw new TypeError(`Modifier ${comparer} is not usable with \`null\` values.`);
}

@@ -250,0 +250,0 @@ }

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