mqemitter-redis
Advanced tools
Comparing version 4.0.2 to 4.0.3
@@ -80,2 +80,3 @@ 'use strict' | ||
this._opts.regexWildcardOne = new RegExp(this._opts.wildcardOne.replace(/([/,!\\^${}[\]().*+?|<>\-&])/g, '\\$&'), 'g') | ||
this._opts.regexWildcardSome = new RegExp((this._opts.matchEmptyLevels ? this._opts.separator.replace(/([/,!\\^${}[\]().*+?|<>\-&])/g, '\\$&') + '?' : '') + this._opts.wildcardSome.replace(/([/,!\\^${}[\]().*+?|<>\-&])/g, '\\$&'), 'g') | ||
} | ||
@@ -119,3 +120,3 @@ | ||
.replace(this._opts.regexWildcardOne, '*') | ||
.replace((this._opts.matchEmptyLevels ? this._opts.separator : '') + this._opts.wildcardSome, '*') | ||
.replace(this._opts.regexWildcardSome, '*') | ||
} | ||
@@ -122,0 +123,0 @@ |
{ | ||
"name": "mqemitter-redis", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"description": "Redis-based MQEmitter", | ||
@@ -5,0 +5,0 @@ "main": "mqemitter-redis.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9550
211