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

pg-query-formatter

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pg-query-formatter - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

package.json
{
"name": "pg-query-formatter",
"version": "0.0.3",
"version": "0.0.4",
"description": "Lightweight query string formatter for node",

@@ -5,0 +5,0 @@ "url": "http://github.com/naturalatlas/pg-query-formatter",

@@ -82,3 +82,3 @@ var pgescape = require('pg-escape');

var text = this.fmt.replace(/%([%sILQ])|%\((.*)\)/g, function(match, type, obj_fmt){
var text = this.fmt.replace(/%([%sILQ])|%\(([^\)]*)\)/g, function(match, type, obj_fmt){
if ('%' == type) return '%';

@@ -85,0 +85,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