New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@keyv/postgres

Package Overview
Dependencies
Maintainers
2
Versions
37
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 1.3.1 to 1.3.2

6

package.json
{
"name": "@keyv/postgres",
"version": "1.3.1",
"version": "1.3.2",
"description": "PostgreSQL storage adapter for Keyv",

@@ -72,4 +72,4 @@ "main": "src/index.js",

"ts-node": "^10.9.1",
"typescript": "^4.8.3",
"xo": "^0.52.3"
"typescript": "^4.8.4",
"xo": "^0.52.4"
},

@@ -76,0 +76,0 @@ "tsd": {

@@ -6,3 +6,3 @@ /* eslint-disable @typescript-eslint/consistent-type-definitions */

export = KeyvPostgres;
declare class KeyvPostgres extends EventEmitter implements Store<Value> {
declare class KeyvPostgres<Value=any> extends EventEmitter implements Store<Value> {
readonly ttlSupport: false;

@@ -9,0 +9,0 @@ opts: any;

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