Comparing version 0.1.34 to 0.1.36
@@ -34,3 +34,3 @@ var util = require('util'); | ||
var exp = new RegExp(this.subscriptionEventName.replace('*', '.*')); | ||
var exp = new RegExp('^'.concat(this.subscriptionEventName.replace('*', '.*'), '$')); | ||
@@ -37,0 +37,0 @@ var subscription = function(msg) { |
@@ -44,3 +44,3 @@ var util = require('util'); | ||
var exp = new RegExp(this.eventName.replace('*', '.*')); | ||
var exp = new RegExp('^'.concat(this.eventName.replace('*', '.*'), '$')); | ||
@@ -47,0 +47,0 @@ var subscription = function(msg) { |
{ "author": "Phil Taylor" | ||
, "name": "simpleesb" | ||
, "description": "Provides basic ESB services to transfer data between applications." | ||
, "version": "0.1.34" | ||
, "version": "0.1.36" | ||
, "repository": { | ||
@@ -6,0 +6,0 @@ "url": "https://bitbucket.org/phil_a_taylor/simpleesb" |
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
154422