Socket
Socket
Sign inDemoInstall

@nextcode/postgres-migrator

Package Overview
Dependencies
1
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.15 to 1.0.16

2

dist/Connector.d.ts

@@ -44,3 +44,3 @@ import { Migration } from './types';

dropTable(): Promise<void>;
migrate(migrations: Migration[]): Promise<void>;
migrate(originalMigrations: Migration[]): Promise<void>;
up(migration: Migration): Promise<void>;

@@ -47,0 +47,0 @@ down(migration: Migration): Promise<void>;

@@ -159,4 +159,5 @@ "use strict";

}
migrate(migrations) {
migrate(originalMigrations) {
return __awaiter(this, void 0, void 0, function* () {
const migrations = [...originalMigrations];
yield this.init();

@@ -163,0 +164,0 @@ const promises = [];

{
"name": "@nextcode/postgres-migrator",
"version": "1.0.15",
"version": "1.0.16",
"description": "Postgres migration package with zero dependencies",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc