Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@contember/database-migrations

Package Overview
Dependencies
Maintainers
5
Versions
247
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contember/database-migrations - npm Package Compare versions

Comparing version 0.11.0 to 0.12.0-alpha.0

3

dist/src/helpers.js

@@ -44,3 +44,3 @@ "use strict";

exports.createPgClient = createPgClient;
exports.createDatabaseIfNotExists = async (db, log) => {
const createDatabaseIfNotExists = async (db, log) => {
const Connection = (await Promise.resolve().then(() => __importStar(require('@contember/database')))).Connection;

@@ -55,2 +55,3 @@ const connection = new Connection({ ...db, database: 'postgres' }, {});

};
exports.createDatabaseIfNotExists = createDatabaseIfNotExists;
//# sourceMappingURL=helpers.js.map
{
"name": "@contember/database-migrations",
"version": "0.11.0",
"version": "0.12.0-alpha.0",
"scripts": {

@@ -11,3 +11,3 @@ "test": "echo 'No tests'"

"dependencies": {
"@contember/database": "^0.11.0",
"@contember/database": "^0.12.0-alpha.0",
"node-pg-migrate": "^5.9.0"

@@ -14,0 +14,0 @@ },

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc