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

pg-migration

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pg-migration - npm Package Compare versions

Comparing version
1.0.4
to
1.0.5
+1
-1
lib/index.js

@@ -78,3 +78,3 @@ 'use strict';

// Read the file content
var changesetContent = _fsExtra2.default.readFileSync('./migrations/' + changeset, 'UTF-8');
var changesetContent = _fsExtra2.default.readFileSync('{$migrationsDir}/' + changeset, 'UTF-8');
databaseClient.query("BEGIN", function (err) {

@@ -81,0 +81,0 @@ databaseClient.query(changesetContent, function (err) {

{
"name": "pg-migration",
"version": "1.0.4",
"version": "1.0.5",
"description": "Apply changesets of your data structure for Postgresql easily from your node application",

@@ -5,0 +5,0 @@ "main": "lib/index.js",