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.0 to 6.5.1

18

dist/blip-sdk.js

@@ -254,3 +254,10 @@ (function webpackUniversalModuleDefinition(root, factory) {

if (shouldNotify) {
_this2.sendNotification({ id: message.id, to: message.from, event: _limeJs2.default.NotificationEvent.RECEIVED });
_this2.sendNotification({
id: message.id,
to: message.pp || message.from,
event: _limeJs2.default.NotificationEvent.RECEIVED,
metadata: {
'#message.to': message.to
}
});
}

@@ -333,3 +340,10 @@

if (shouldNotify && this._application.notifyConsumed) {
this.sendNotification({ id: message.id, to: message.from, event: _limeJs2.default.NotificationEvent.CONSUMED });
this.sendNotification({
id: message.id,
to: message.pp || message.from,
event: _limeJs2.default.NotificationEvent.CONSUMED,
metadata: {
'#message.to': message.to
}
});
}

@@ -336,0 +350,0 @@ }

2

package.json
{
"name": "blip-sdk",
"version": "6.5.0",
"version": "6.5.1",
"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