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

@fastify/redis

Package Overview
Dependencies
Maintainers
20
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fastify/redis - npm Package Compare versions

Comparing version 6.2.0 to 7.0.0-pre.fv5.1

6

index.js

@@ -70,3 +70,3 @@ 'use strict'

// Testing this make the process crash on latest TAP :(
/* istanbul ignore next */
/* c8 ignore start */
const onEnd = function (err) {

@@ -81,2 +81,3 @@ client

}
/* c8 ignore stop */

@@ -93,3 +94,3 @@ const onReady = function () {

// Testing this make the process crash on latest TAP :(
/* istanbul ignore next */
/* c8 ignore start */
const onError = function (err) {

@@ -111,2 +112,3 @@ if (err.code === 'ENOTFOUND') {

}
/* c8 ignore stop */

@@ -113,0 +115,0 @@ // ioredis provides it in a .status property

{
"name": "@fastify/redis",
"version": "6.2.0",
"version": "7.0.0-pre.fv5.1",
"description": "Plugin to share a common Redis connection across Fastify.",

@@ -38,8 +38,8 @@ "main": "index.js",

"devDependencies": {
"@fastify/pre-commit": "^2.0.2",
"@types/node": "^20.1.0",
"fastify": "^4.0.0-rc.2",
"@fastify/pre-commit": "^2.1.0",
"@types/node": "^20.11.30",
"fastify": "^5.0.0-alpha.3",
"proxyquire": "^2.1.3",
"standard": "^17.0.0",
"tap": "^16.0.0",
"standard": "^17.1.0",
"tap": "^18.7.1",
"tsd": "^0.31.0",

@@ -49,4 +49,4 @@ "why-is-node-running": "^2.2.2"

"dependencies": {
"fastify-plugin": "^4.0.0",
"ioredis": "^5.0.0"
"fastify-plugin": "^5.0.0-pre.fv5.1",
"ioredis": "^5.3.2"
},

@@ -53,0 +53,0 @@ "publishConfig": {

Sorry, the diff of this file is not supported yet

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