New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

dbdiff

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dbdiff - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

2

dialects/postgres.js

@@ -116,3 +116,3 @@ var dialects = require('./')

type: types[constraint.contype],
columns: description.substring(i + 1, n).split(',').map((s) => s.trim())
columns: description.substring(i + 1, n).split(',').map((s) => this._unquote(s.trim()))
}

@@ -119,0 +119,0 @@ table.constraints.push(info)

{
"name": "dbdiff",
"version": "0.4.1",
"version": "0.4.2",
"description": "Compares two databases and prints SQL commands to modify the first one in order to match the second one",

@@ -5,0 +5,0 @@ "main": "index.js",

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