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 1.2.4 to 1.2.5

6

lib/parser.js

@@ -80,6 +80,4 @@ 'use strict';

result += sql.substring(idx, lastClose + 2);
idx = lastClose + 1;
} else {
idx = c - 1;
}
idx = lastClose + 1;
skipGaps();

@@ -201,4 +199,2 @@ continue;

// minify('p /*!t*/ s');
module.exports = minify;

4

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

@@ -8,3 +8,3 @@ "main": "lib/index.js",

"scripts": {
"test": "jasmine-node test",
"test": "jasmine-node --captureExceptions test",
"coverage": "istanbul cover ./node_modules/jasmine-node/bin/jasmine-node test",

@@ -11,0 +11,0 @@ "travis": "npm run lint && istanbul cover ./node_modules/jasmine-node/bin/jasmine-node test --captureExceptions && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",

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