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.6.1 to 1.6.2

8

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

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

"coverage": "istanbul cover ./node_modules/jasmine-node/bin/jasmine-node test",
"lint": "./node_modules/.bin/eslint ./lib ./test/*.js",
"lint": "eslint ./lib ./test/*.js",
"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"

@@ -47,7 +47,7 @@ },

"coveralls": "3.1.0",
"eslint": "7.1.0",
"eslint": "7.16.0",
"istanbul": "0.4.5",
"jasmine-node": "3.0.0",
"typescript": "3.9.3"
"typescript": "4.1.3"
}
}
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