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.5 to 1.0.6

1

.eslintrc.json

@@ -7,4 +7,3 @@ {

"rules": {
"no-console": 0
}
}

4

Changes.md
# 1.0.6 - 2017-06-16
- eslint 4 compat
# 1.0.5 - 2017-06-09

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

@@ -191,9 +191,9 @@ 'use strict';

})
.on('psubscribe', function (pattern2, count) {
plugin.logdebug(plugin, 'psubscribed to ' + pattern2);
next();
})
.on('punsubscribe', function (pattern3, count) {
plugin.logdebug(plugin, 'unsubsubscribed from ' + pattern3);
});
.on('psubscribe', function (pattern2, count) {
plugin.logdebug(plugin, 'psubscribed to ' + pattern2);
next();
})
.on('punsubscribe', function (pattern3, count) {
plugin.logdebug(plugin, 'unsubsubscribed from ' + pattern3);
});
plugin.redis.psubscribe(pattern);

@@ -214,10 +214,10 @@ };

})
.on('psubscribe', function (pattern, count) {
connection.logdebug(plugin, 'psubscribed to ' + pattern);
next();
})
.on('punsubscribe', function (pattern, count) {
connection.logdebug(plugin, 'unsubsubscribed from ' + pattern);
connection.notes.redis.quit();
});
.on('psubscribe', function (pattern, count) {
connection.logdebug(plugin, 'psubscribed to ' + pattern);
next();
})
.on('punsubscribe', function (pattern, count) {
connection.logdebug(plugin, 'unsubsubscribed from ' + pattern);
connection.notes.redis.quit();
});
connection.notes.redis.psubscribe(plugin.get_redis_sub_channel(connection));

@@ -224,0 +224,0 @@ };

{
"name": "haraka-plugin-redis",
"version": "1.0.5",
"version": "1.0.6",
"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