Comparing version 0.0.6 to 1.0.0
@@ -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); |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
29001
16
744
1
9
33
2