Socket
Socket
Sign inDemoInstall

pg-test

Package Overview
Dependencies
12
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

3

index.js

@@ -20,6 +20,7 @@ if (!process.env.DB && process.env.TRAVIS) {

var fn = files.shift()
console.log(fn)
process.stdout.write(fn + '...')
var q = fs.readFileSync(path.join(p, fn), 'utf8')
client.query(q, function(err) {
if (err) return cb(err)
console.log('OK')
if (files.length) return next(cb)

@@ -26,0 +27,0 @@ cb()

{
"name": "pg-test",
"version": "1.0.2",
"version": "1.0.3",
"scripts": {

@@ -5,0 +5,0 @@ "test": "node index.js"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc