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

@keyv/postgres

Package Overview
Dependencies
Maintainers
2
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 1.4.1 to 1.4.2

19

package.json
{
"name": "@keyv/postgres",
"version": "1.4.1",
"version": "1.4.2",
"description": "PostgreSQL storage adapter for Keyv",
"main": "src/index.js",
"scripts": {
"test": "xo && nyc ava --serial",
"coverage": "nyc report --reporter=text-lcov > coverage.lcov",
"clean": "rm -rf node_modules && rm -rf .nyc_output && rm -rf coverage.lcov"
"test": "xo && c8 ava --serial",
"test:ci": "xo && ava --serial",
"clean": "rm -rf node_modules && rm -rf ./coverage"
},

@@ -60,14 +60,13 @@ "xo": {

"dependencies": {
"pg": "8.8.0"
"pg": "8.9.0"
},
"devDependencies": {
"@keyv/test-suite": "*",
"@types/keyv": "^3.1.4",
"ava": "^5.1.0",
"ava": "^5.2.0",
"c8": "^7.13.0",
"keyv": "*",
"nyc": "^15.1.0",
"requirable": "^1.0.5",
"ts-node": "^10.9.1",
"tsd": "^0.24.1",
"typescript": "^4.9.3",
"tsd": "^0.25.0",
"typescript": "^4.9.5",
"xo": "^0.53.1"

@@ -74,0 +73,0 @@ },

@@ -1,2 +0,2 @@

# @keyv/postgres [<img width="100" align="right" src="https://rawgit.com/lukechilds/keyv/master/media/logo.svg" alt="keyv">](https://github.com/lukechilds/keyv)
# @keyv/postgres [<img width="100" align="right" src="https://jaredwray.com/images/keyv.svg" alt="keyv">](https://github.com/jaredwra/keyv)

@@ -3,0 +3,0 @@ > PostgreSQL storage adapter for Keyv

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