@slonik/migrator
Advanced tools
+3
-3
| { | ||
| "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" | ||
| } |
+1
-1
@@ -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 @@ |
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
49957
0.14%