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

haraka-plugin-redis

Package Overview
Dependencies
Maintainers
3
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

haraka-plugin-redis - npm Package Compare versions

Comparing version 2.0.7 to 2.0.8

6

index.js

@@ -219,2 +219,5 @@ 'use strict'

this.redis = redis.createClient(this.redisCfg.pubsub)
this.redis.on('error', (err) => {
this.logerror(err.message)
})
await this.redis.connect()

@@ -238,2 +241,5 @@

connection.notes.redis = redis.createClient(this.redisCfg.pubsub)
connection.notes.redis.on('error', (err) => {
this.logerror(err.message)
})
await connection.notes.redis.connect()

@@ -240,0 +246,0 @@

2

package.json
{
"name": "haraka-plugin-redis",
"version": "2.0.7",
"version": "2.0.8",
"description": "Redis plugin for Haraka & other plugins to inherit from",

@@ -5,0 +5,0 @@ "main": "index.js",

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