Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dbsync

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dbsync - npm Package Compare versions

Comparing version 1.1.4 to 2.0.0

4

package.json
{
"name": "dbsync",
"version": "1.1.4",
"version": "2.0.0",
"description": "A flexible, easy-to-use, unopinionated schema migration / database change management tool.",

@@ -30,3 +30,3 @@ "author": "RealtyMapster, LLC",

"glob": "4.3.x",
"knex": "0.7.x",
"knex": "^0.9.0",
"lodash": "3.x",

@@ -33,0 +33,0 @@ "wordwrap": "0.0.2",

@@ -10,2 +10,7 @@ ## dbsync

### Version 2.0
Version 2.0 is a small breaking change to handle problems handling migrations that contain a `?` character. For most
users this should be transparent, but if any users hit that problem before and worked around it with manual escaping,
that manual escaping is no longer necessary (and in fact could leave your escaping in the migration).
#### Supported databases

@@ -12,0 +17,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