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
49
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.9.5
to
0.9.6
+3
-3
dist/index.cjs

@@ -45,8 +45,8 @@ /** Powered by @ttoss/config. https://ttoss.dev/docs/modules/packages/config/ */

*/
const DataType = sequelize_typescript.DataType;
var DataType = sequelize_typescript.DataType;
//#endregion
//#region src/initialize.ts
let sequelize$1;
const initialize = async ({
var sequelize$1;
var initialize = async ({
models,

@@ -53,0 +53,0 @@ createVectorExtension = false,

@@ -14,8 +14,8 @@ /** Powered by @ttoss/config. https://ttoss.dev/docs/modules/packages/config/ */

*/
const DataType = DataType$1;
var DataType = DataType$1;
//#endregion
//#region src/initialize.ts
let sequelize;
const initialize = async ({
var sequelize;
var initialize = async ({
models,

@@ -22,0 +22,0 @@ createVectorExtension = false,

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

@@ -41,3 +41,3 @@ "keywords": [

"tsdown": "^0.22.0",
"@ttoss/config": "^1.37.14"
"@ttoss/config": "^1.37.15"
},

@@ -44,0 +44,0 @@ "publishConfig": {