REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 467 B
Close
/home/byroehnu/.trash/node_modules11/pgpass/lib/index.js
Text
Base64
'use strict'; var path = require('path') , fs = require('fs') , helper = require('./helper.js') ; module.exports = function(connInfo, cb) { var file = helper.getFileName(); fs.stat(file, function(err, stat){ if (err || !helper.usePgPass(stat, file)) { return cb(undefined); } var st = fs.createReadStream(file); helper.getPassword(connInfo, st, cb); }); }; module.exports.warnTo = helper.warnTo;
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 2
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
helper.js
5.36 KB
lrw-r--r--
2026-02-03 15:06:12
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
index.js
467 B
lrw-r--r--
2026-02-03 15:06:12
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).