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

haraka-plugin-karma

Package Overview
Dependencies
Maintainers
3
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

haraka-plugin-karma - npm Package Compare versions

Comparing version 2.1.5 to 2.1.6

4

CHANGELOG.md

@@ -7,2 +7,6 @@ # Changelog

### [2.1.6] - 2024-11-08
- fix missing error handler on redis client [#45](https://github.com/haraka/haraka-plugin-redis/issues/45)
### [2.1.5] - 2024-04-23

@@ -9,0 +13,0 @@

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

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

@@ -129,0 +132,0 @@

2

package.json
{
"name": "haraka-plugin-karma",
"version": "2.1.5",
"version": "2.1.6",
"description": "A heuristics scoring and reputation engine for SMTP connections",

@@ -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