Socket
Socket
Sign inDemoInstall

pgpass

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pgpass - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

coverage.json

4

lib/index.js

@@ -9,4 +9,2 @@ 'use strict';

module.exports.warnTo = helper.warnTo;
module.exports = function(connInfo, cb) {

@@ -25,1 +23,3 @@ var file = helper.getFileName();

};
module.exports.warnTo = helper.warnTo;
{
"name": "pgpass",
"version": "1.0.0",
"version": "1.0.1",
"description": "Module for reading .pgpass",

@@ -5,0 +5,0 @@ "main": "lib/index",

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

var lsofArgs = [
'-Fn', '-p', process.pid
'-w', '-Fn', '-p', process.pid
];

@@ -49,0 +49,0 @@ var lsof = spawn(lsofBin, lsofArgs);

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