Socket
Socket
Sign inDemoInstall

db-migrate

Package Overview
Dependencies
Maintainers
2
Versions
139
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

db-migrate - npm Package Compare versions

Comparing version 0.9.19 to 0.9.20

2

lib/driver/pg.js

@@ -158,3 +158,3 @@ var util = require('util');

if (search_pathes[i].indexOf('"') !== 0) {
search_pathes[i] = '"' + search_pathes[i] + '"';
search_pathes[i] = '"' + search_pathes[i].trim() + '"';
}

@@ -161,0 +161,0 @@ }

@@ -14,3 +14,3 @@ {

],
"version": "0.9.19",
"version": "0.9.20",
"engines": {

@@ -17,0 +17,0 @@ "node": ">=0.6.0"

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