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

dbmate

Package Overview
Dependencies
Maintainers
2
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dbmate - npm Package Compare versions

Comparing version 2.7.0 to 2.8.0

16

package.json
{
"name": "dbmate",
"version": "2.7.0",
"version": "2.8.0",
"description": "A lightweight, framework-agnostic database migration tool",

@@ -27,10 +27,10 @@ "repository": "https://github.com/amacneil/dbmate",

"optionalDependencies": {
"@dbmate/linux-ia32": "2.7.0",
"@dbmate/linux-x64": "2.7.0",
"@dbmate/linux-arm": "2.7.0",
"@dbmate/linux-arm64": "2.7.0",
"@dbmate/darwin-x64": "2.7.0",
"@dbmate/darwin-arm64": "2.7.0",
"@dbmate/win32-x64": "2.7.0"
"@dbmate/linux-ia32": "2.8.0",
"@dbmate/linux-x64": "2.8.0",
"@dbmate/linux-arm": "2.8.0",
"@dbmate/linux-arm64": "2.8.0",
"@dbmate/darwin-x64": "2.8.0",
"@dbmate/darwin-arm64": "2.8.0",
"@dbmate/win32-x64": "2.8.0"
}
}

@@ -145,2 +145,3 @@ # Dbmate

- `--no-dump-schema` - don't auto-update the schema.sql file on migrate/rollback _(env: `DBMATE_NO_DUMP_SCHEMA`)_
- `--strict` - fail if migrations would be applied out of order _(env: `DBMATE_STRICT`)_
- `--wait` - wait for the db to become available before executing the subsequent command _(env: `DBMATE_WAIT`)_

@@ -147,0 +148,0 @@ - `--wait-timeout 60s` - timeout for --wait flag _(env: `DBMATE_WAIT_TIMEOUT`)_

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