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

@agentuity/postgres

Package Overview
Dependencies
Maintainers
3
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agentuity/postgres - npm Package Compare versions

Comparing version
3.0.0-beta.9
to
3.0.0
+4
-4
package.json
{
"name": "@agentuity/postgres",
"deprecated": "Use pg or drizzle-orm/node-postgres directly against your DATABASE_URL.",
"version": "3.0.0-beta.9",
"version": "3.0.0",
"license": "Apache-2.0",

@@ -35,11 +35,11 @@ "author": "Agentuity employees and contributors",

"dependencies": {
"@agentuity/core": "3.0.0-beta.9",
"@agentuity/core": "3.0.0",
"pg": "^8.13.1"
},
"devDependencies": {
"@agentuity/test-utils": "3.0.0-beta.9",
"@agentuity/test-utils": "3.0.0",
"@types/bun": "latest",
"@types/pg": "^8.11.14",
"bun-types": "latest",
"kysely": "^0.29.0",
"kysely": "^0.29.2",
"typescript": "^5.9.0"

@@ -46,0 +46,0 @@ },