Comparing version 0.0.3 to 0.0.5
@@ -5,3 +5,3 @@ 'use strict'; | ||
, fs = require('fs') | ||
, helper = require( path.join(__dirname, 'helper.js') ) | ||
, helper = require('./helper.js') | ||
; | ||
@@ -24,2 +24,2 @@ | ||
}); | ||
}; | ||
}; |
{ | ||
"name": "pgpass", | ||
"version": "0.0.3", | ||
"version": "0.0.5", | ||
"description": "Module for reading .pgpass", | ||
@@ -15,12 +15,13 @@ "main": "lib/index", | ||
"dependencies": { | ||
"split": "~0.3" | ||
"split": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
"mocha": "~1.14.0", | ||
"jscoverage": "^0.6.0", | ||
"jshint": "^2.9.2", | ||
"mocha": "^2.5.3", | ||
"pg": "^4.5.6", | ||
"pg-escape": "^0.2.0", | ||
"pg-native": "^1.10.0", | ||
"resumer": "0.0.0", | ||
"jscoverage": "~0.3.8", | ||
"jshint": "~2.3.0", | ||
"pg": "~2.11.1", | ||
"pg-escape": "0.0.2", | ||
"tmp": "0.0.23" | ||
"tmp": "0.0.28" | ||
}, | ||
@@ -27,0 +28,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
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
23789
682
29
8
+ Addedsplit@1.0.1(transitive)
- Removedsplit@0.3.3(transitive)
Updatedsplit@^1.0.0