Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@keyv/postgres

Package Overview
Dependencies
Maintainers
0
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@keyv/postgres - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

4

dist/index.js

@@ -5,3 +5,3 @@ // src/index.ts

// src/pool.ts
import { Pool } from "pg";
import pg from "pg";
var postgresPool;

@@ -14,3 +14,3 @@ var globalUri;

}
postgresPool ??= new Pool({ connectionString: uri, ...options });
postgresPool ??= new pg.Pool({ connectionString: uri, ...options });
return postgresPool;

@@ -17,0 +17,0 @@ };

{
"name": "@keyv/postgres",
"version": "2.0.2",
"version": "2.0.3",
"description": "PostgreSQL storage adapter for Keyv",

@@ -5,0 +5,0 @@ "type": "module",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc