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.9.7
to
0.9.8
+4
-1
package.json
{
"name": "@ttoss/postgresdb",
"version": "0.9.7",
"version": "0.9.8",
"description": "A library to handle PostgreSQL database connections and queries",

@@ -25,2 +25,5 @@ "keywords": [

"types": "./dist/index.d.mts",
"module": "./dist/index.mjs",
"browser": "./dist/index.mjs",
"import": "./dist/index.mjs",
"default": "./dist/index.mjs"

@@ -27,0 +30,0 @@ }