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

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 0.0.6 to 1.0.0

test/#6 too many open files.js

2

lib/helper.js

@@ -121,2 +121,3 @@ 'use strict';

var onEnd = function() {
stream.destroy();
cb(pass);

@@ -126,2 +127,3 @@ };

var onErr = function(err) {
stream.destroy();
warn('WARNING: error on reading file: %s', err);

@@ -128,0 +130,0 @@ cb(undefined);

5

package.json
{
"name": "pgpass",
"version": "0.0.6",
"version": "1.0.0",
"description": "Module for reading .pgpass",

@@ -25,3 +25,4 @@ "main": "lib/index",

"resumer": "0.0.0",
"tmp": "0.0.28"
"tmp": "0.0.28",
"which": "^1.2.10"
},

@@ -28,0 +29,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

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