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
50
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.6
to
0.2.7
+1
-1
dist/index.d.ts
import { ModelCtor, Sequelize, SequelizeOptions, Model } from 'sequelize-typescript';
export { BelongsTo, BelongsToMany, Column, CreatedAt, DataType, DeletedAt, ForeignKey, HasMany, HasOne, Index, Model, ModelCtor, Sequelize, SequelizeOptions, Table, UpdatedAt } from 'sequelize-typescript';
export * from 'sequelize-typescript';
export { Op } from 'sequelize';

@@ -4,0 +4,0 @@

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

@@ -5,0 +5,0 @@ "license": "MIT",

Sorry, the diff of this file is too big to display