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.0.4 to 2.1.0

8

Changes.md

@@ -5,2 +5,9 @@

### [2.1.0] - 2022-11-29
- fix: in disconnect, call redis_unsub after skip check
- dep(redis): 4 -> 4.1
- dep(pi-redis): 2 -> 2.0.5
#### 2.0.4 - 2022-05-28

@@ -101,1 +108,2 @@

- use redis.merge_redis_ini()
[2.1.0]: https://github.com/haraka/haraka-plugin-karma/releases/tag/2.1.0

6

index.js

@@ -687,6 +687,6 @@ 'use strict'

if (plugin.should_we_skip(connection)) return next()
plugin.redis_unsubscribe(connection)
if (plugin.should_we_skip(connection)) return next()
const k = connection.results.get('karma')

@@ -712,3 +712,3 @@ if (!k || k.score === undefined) {

connection.results.add(plugin, {emit: true })
return next()
next()
}

@@ -715,0 +715,0 @@

{
"name": "haraka-plugin-karma",
"version": "2.0.4",
"version": "2.1.0",
"description": "A heuristics scoring and reputation engine for SMTP connections",

@@ -29,4 +29,4 @@ "main": "index.js",

"haraka-utils": "*",
"haraka-plugin-redis": "2",
"redis": "4"
"haraka-plugin-redis": "2.0.5",
"redis": "4.1"
},

@@ -33,0 +33,0 @@ "devDependencies": {

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