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.1 to 2.0.2

18

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

@@ -16,7 +16,7 @@ "type": "module",

"scripts": {
"build": "rm -rf dist && tsup src/index.ts --format cjs,esm --dts --clean",
"build": "rimraf ./dist && tsup src/index.ts --format cjs,esm --dts --clean",
"prepare": "yarn build",
"test": "xo --fix && vitest run --coverage",
"test:ci": "xo && vitest --run --sequence.setupFiles=list",
"clean": "rm -rf node_modules && rm -rf ./coverage"
"clean": "rimraf ./node_modules ./coverage ./dist"
},

@@ -36,3 +36,4 @@ "xo": {

"import/no-extraneous-dependencies": "off",
"@typescript-eslint/no-unnecessary-type-assertion": "off"
"@typescript-eslint/no-unnecessary-type-assertion": "off",
"@typescript-eslint/no-unnecessary-type-arguments": "off"
}

@@ -64,9 +65,10 @@ },

"dependencies": {
"pg": "8.12.0"
"pg": "8.13.0"
},
"devDependencies": {
"@keyv/test-suite": "*",
"@types/pg": "^8.11.6",
"keyv": "^5.0.0",
"tsd": "^0.31.1",
"@types/pg": "^8.11.10",
"keyv": "^5.0.1",
"rimraf": "^6.0.1",
"tsd": "^0.31.2",
"xo": "^0.59.3"

@@ -73,0 +75,0 @@ },

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