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

mqemitter-redis

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mqemitter-redis - npm Package Compare versions

Comparing version 4.0.1 to 4.0.2

8

mqemitter-redis.js

@@ -118,3 +118,3 @@ 'use strict'

.replace(this._opts.regexWildcardOne, '*')
.replace(this._opts.wildcardSome, '*')
.replace((this._opts.matchEmptyLevels ? this._opts.separator : '') + this._opts.wildcardSome, '*')
}

@@ -134,3 +134,3 @@

this._topics[subTopic]++
onFinish()
onFinish.call(this)
return this

@@ -142,5 +142,5 @@ }

if (this._containsWildcard(topic)) {
this.subConn.psubscribe(subTopic, onFinish)
this.subConn.psubscribe(subTopic, onFinish.bind(this))
} else {
this.subConn.subscribe(subTopic, onFinish)
this.subConn.subscribe(subTopic, onFinish.bind(this))
}

@@ -147,0 +147,0 @@

{
"name": "mqemitter-redis",
"version": "4.0.1",
"version": "4.0.2",
"description": "Redis-based MQEmitter",

@@ -12,3 +12,3 @@ "main": "mqemitter-redis.js",

"lru-cache": "^5.1.1",
"mqemitter": "^4.1.2",
"mqemitter": "^4.1.3",
"msgpack-lite": "^0.1.14"

@@ -15,0 +15,0 @@ },

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