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

blip-sdk

Package Overview
Dependencies
Maintainers
4
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blip-sdk - npm Package Compare versions

Comparing version 6.5.1 to 6.5.2

2

dist/blip-sdk.js

@@ -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",

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