Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@slonik/migrator

Package Overview
Dependencies
Maintainers
2
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@slonik/migrator - npm Package Compare versions

Comparing version
0.11.1
to
0.11.2
+3
-3
package.json
{
"name": "@slonik/migrator",
"version": "0.11.1",
"version": "0.11.2",
"description": "database migration tool using slonik",

@@ -28,3 +28,3 @@ "main": "dist/index.js",

"peerDependencies": {
"slonik": ">= 27.0.0 < 28"
"slonik": ">= 27.0.0 < 29"
},

@@ -38,3 +38,3 @@ "devDependencies": {

},
"gitHead": "5ef04824e7d169bf58b9d714f5c69dd94df6cbe8"
"gitHead": "86feef742e7a4926d1986a3b5df0f2acc8402e28"
}

@@ -366,3 +366,3 @@ # @slonik/migrator

| `migrationsPath` | path pointing to directory on filesystem where migration files will live. | N/A |
| `migrationTableName` | the name for the table migrations information will be stored in. You can change this to avoid a clash with existing tables, or to conform with your team's naming standards. | N/A |
| `migrationTableName` | the name for the table migrations information will be stored in. You can change this to avoid a clash with existing tables, or to conform with your team's naming standards. Set to an array to change the schema e.g. `['public', 'dbmigrations']` | N/A |
| `logger` | how information about the migrations will be logged. You can set to `undefined` to prevent logs appearing at all. | `console` |

@@ -369,0 +369,0 @@