New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

message-bridge-js

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

message-bridge-js - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

4

CHANGELOG.md

@@ -0,1 +1,5 @@

## 0.1.12
Add onClose
## 0.1.11

@@ -2,0 +6,0 @@

2

package.json
{
"name": "message-bridge-js",
"version": "0.2.1",
"version": "0.2.2",
"homepage": "https://github.com/alfnielsen/MessageBridgeJS",

@@ -5,0 +5,0 @@ "repository": {

@@ -29,3 +29,4 @@ # Message Bridge (JS)

- createEventMessage
- onError
- onError // override to handle errors
- onClose // override to handle close

@@ -45,3 +46,3 @@ Protected commands

// Commmand
// Command
const command: ICreateTodo = { name: "Remember to", priority: "low" }

@@ -175,3 +176,3 @@ bridge.sendCommand({

Other implementation using other messageQues then SignalR
and other backends like Java can be created in the future.
and other backends like Javascript (typescript) or Java can be created in the future.

@@ -178,0 +179,0 @@ ### Flow diagram

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