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.3 to 0.0.5

4

lib/index.js

@@ -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

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