Comparing version 6.5.1 to 6.5.2
@@ -251,3 +251,3 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
this._clientChannel.onMessage = function (message) { | ||
var shouldNotify = message.id && (!message.to || _this2._clientChannel.localNode.substring(0, message.to.length) === message.to); | ||
var shouldNotify = message.id && (!message.to || _this2._clientChannel.localNode.substring(0, message.to.length).toLowerCase() === message.to.toLowerCase()); | ||
@@ -254,0 +254,0 @@ if (shouldNotify) { |
{ | ||
"name": "blip-sdk", | ||
"version": "6.5.1", | ||
"version": "6.5.2", | ||
"description": "BLiP SDK JavaScript", | ||
@@ -5,0 +5,0 @@ "main": "dist/blip-sdk.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
40120