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

pg-minify

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pg-minify - npm Package Compare versions

Comparing version 0.2.2 to 0.2.4

6

lib/parser.js

@@ -118,3 +118,7 @@ 'use strict';

if (prev !== 'E' && prev !== 'e') {
result += (result && compress) ? ' E' : 'E';
var r = result ? result[result.length - 1] : '';
if (r && r !== ' ' && compressors.indexOf(r) < 0) {
result += ' ';
}
result += 'E';
}

@@ -121,0 +125,0 @@ if (hasTabs) {

2

package.json
{
"name": "pg-minify",
"version": "0.2.2",
"version": "0.2.4",
"description": "Minifies PostgreSQL scripts.",

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