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

haraka-plugin-redis

Package Overview
Dependencies
Maintainers
3
Versions
22
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 1.0.4 to 1.0.5

4

Changes.md
# 1.0.5 - 2017-06-09
- disconnect per-connection redis client upon punsubscribe
# 1.0.4 - 2017-02-06

@@ -3,0 +7,0 @@

@@ -219,2 +219,3 @@ 'use strict';

connection.logdebug(plugin, 'unsubsubscribed from ' + pattern);
connection.notes.redis.quit();
});

@@ -221,0 +222,0 @@ connection.notes.redis.psubscribe(plugin.get_redis_sub_channel(connection));

4

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

@@ -13,3 +13,3 @@ "main": "index.js",

"devDependencies": {
"eslint": "^3.14.1",
"eslint": "*",
"eslint-plugin-haraka": "*",

@@ -16,0 +16,0 @@ "haraka-test-fixtures": "*",

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