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

dbmate

Package Overview
Dependencies
Maintainers
2
Versions
38
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.10.0 to 2.11.0

16

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

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

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

@@ -91,3 +91,3 @@ # Dbmate

Docker images are published to both Docker Hub ([`amacneil/dbmate`](https://hub.docker.com/r/amacneil/dbmate)) and Github Container Registry ([`ghcr.io/amacneil/dbmate`](https://ghcr.io/amacneil/dbmate)).
Docker images are published to GitHub Container Registry ([`ghcr.io/amacneil/dbmate`](https://ghcr.io/amacneil/dbmate)).

@@ -264,2 +264,3 @@ Remember to set `--network=host` or see [this comment](https://github.com/amacneil/dbmate/issues/128#issuecomment-615924611) for more tips on using dbmate with docker networking):

- `on_cluster` - Indicataion to use cluster statements and replicated migration table. (default: `false`) If this parameter is not supplied, other cluster related query parameters are ignored.
```sh

@@ -557,3 +558,3 @@ DATABASE_URL="clickhouse://username:password@127.0.0.1:9000/database_name?on_cluster"

| Automatically load .env file | :white_check_mark: | | | | | | |
| No separate configuration file | :white_check_mark: | :white_check_mark: | | :white_check_mark: | :white_check_mark: | :white_check_mark: | |
| No separate configuration file | :white_check_mark: | :white_check_mark: | | :white_check_mark: | :white_check_mark: | :white_check_mark: | |
| Language/framework independent | :white_check_mark: | :white_check_mark: | | :white_check_mark: | | | :white_check_mark: | :white_check_mark: |

@@ -560,0 +561,0 @@ | **Drivers** |

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