🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

pg-cache

Package Overview
Maintainers
3
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pg-cache - npm Package Compare versions

Source code not available
We could not scan this package. Some page functionalities have been disabled
Comparing version
3.19.0
to
3.20.0
+6
-6
package.json
{
"name": "pg-cache",
"version": "3.19.0",
"version": "3.20.0",
"author": "Constructive <developers@constructive.io>",

@@ -32,8 +32,8 @@ "description": "PostgreSQL connection pool LRU cache manager",

"dependencies": {
"12factor-env": "^1.21.0",
"@pgpmjs/logger": "^2.18.0",
"@pgpmjs/types": "^2.40.0",
"12factor-env": "^1.22.0",
"@pgpmjs/logger": "^2.19.0",
"@pgpmjs/types": "^2.42.0",
"lru-cache": "^11.2.7",
"pg": "^8.21.0",
"pg-env": "^1.22.0"
"pg-env": "^1.23.0"
},

@@ -53,3 +53,3 @@ "devDependencies": {

],
"gitHead": "73f55ad24d9a92e7ef1e268526b31bfb7bb12b28"
"gitHead": "bb3269d48cdf2bc8f361bdd79b4833c921c13ec3"
}

@@ -176,2 +176,3 @@ # pg-cache

* [pgsql-test](https://github.com/constructive-io/constructive/tree/main/postgres/pgsql-test): **📊 Isolated testing environments** with per-test transaction rollbacks—ideal for integration tests, complex migrations, and RLS simulation.
* [pglite-test](https://github.com/constructive-io/constructive/tree/main/postgres/pglite-test): **🪶 Drop-in pgsql-test replacement backed by PGlite** — in-process Postgres, no server required, instance-per-suite isolation.
* [pgsql-seed](https://github.com/constructive-io/constructive/tree/main/postgres/pgsql-seed): **🌱 PostgreSQL seeding utilities** for CSV, JSON, SQL data loading, and pgpm deployment.

@@ -178,0 +179,0 @@ * [supabase-test](https://github.com/constructive-io/constructive/tree/main/postgres/supabase-test): **🧪 Supabase-native test harness** preconfigured for the local Supabase stack—per-test rollbacks, JWT/role context helpers, and CI/GitHub Actions ready.