Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@ttoss/postgresdb

Package Overview
Dependencies
Maintainers
2
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ttoss/postgresdb - npm Package Compare versions

Comparing version
0.2.18
to
0.2.19
+10
-5
dist/esm/index.js
/** Powered by @ttoss/config. https://ttoss.dev/docs/modules/packages/config/ */
var __defProp = Object.defineProperty;
var __name = (target, value) => __defProp(target, "name", {
value,
configurable: true
});

@@ -8,3 +13,3 @@ // src/sequelize-typescript.ts

var sequelize;
var initialize = async ({
var initialize = /* @__PURE__ */__name(async ({
models,

@@ -33,5 +38,5 @@ ...restOptions

/**
* `options` cannot change the properties below.
* They are fixed for the project.
*/
* `options` cannot change the properties below.
* They are fixed for the project.
*/
dialect: "postgres"

@@ -49,3 +54,3 @@ });

};
};
}, "initialize");

@@ -52,0 +57,0 @@ // src/index.ts

{
"name": "@ttoss/postgresdb",
"version": "0.2.18",
"version": "0.2.19",
"description": "A library to handle PostgreSQL database connections and queries",

@@ -34,3 +34,3 @@ "license": "MIT",

"tsup": "^8.5.0",
"@ttoss/config": "^1.35.6"
"@ttoss/config": "^1.35.7"
},

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