libsql-migrate
Advanced tools
+1
-1
| { | ||
| "name": "libsql-migrate", | ||
| "version": "1.1.3", | ||
| "version": "1.1.4", | ||
| "description": "Database migration and seed management for libsql with configurable options.", | ||
@@ -5,0 +5,0 @@ "bin": { |
+1
-1
@@ -15,3 +15,3 @@ import { createClient } from "@libsql/client"; | ||
| */ | ||
| export default async function up() { | ||
| export default async function down() { | ||
| const migrations = await getMigrations(); | ||
@@ -18,0 +18,0 @@ const config = await getConfig(); |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
29807
0.01%