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

redis_mgr

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redis_mgr - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

4

lib/RedisSubscriber.js

@@ -26,4 +26,4 @@ "use strict";

//收到消息后执行回调,message是redis发布的消息
this.redisClient.on("message", function (channel, message) {
const handlers = this.messageHandlerMap.get(channel);
this.redisClient.on("message", (channel, message) => {
const handlers = this.arr_channel.get(channel);
if (null != handlers && 0 < handlers.length) {

@@ -30,0 +30,0 @@ handlers.forEach(value => {

{
"name": "redis_mgr",
"version": "0.0.4",
"version": "0.0.5",
"private": false,

@@ -5,0 +5,0 @@ "scripts": {

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