🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

libsql-migrate

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

libsql-migrate - npm Package Compare versions

Comparing version
1.1.3
to
1.1.4
+1
-1
package.json
{
"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": {

@@ -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();