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.14 to 0.9.15

2

lib/driver/pg.js

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

} else {
searchPath = this.schema + ',' + result[0].search_path;
searchPath = '"' + this.schema + '",' + result[0].search_path;
}

@@ -164,0 +164,0 @@

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

],
"version": "0.9.14",
"version": "0.9.15",
"engines": {

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

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