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.0.4 to 0.0.5

5

build/MessageBridgeService.js

@@ -96,6 +96,7 @@ import * as signalR from "@microsoft/signalr";

MessageBridgeService.prototype.onError = function (err) { };
MessageBridgeService.prototype.connect = function () {
MessageBridgeService.prototype.connect = function (options) {
var _this = this;
if (options === void 0) { options = {}; }
this.connection = new signalR.HubConnectionBuilder()
.withUrl(this.wsUri)
.withUrl(this.wsUri, options)
.withAutomaticReconnect()

@@ -102,0 +103,0 @@ .build();

4

CHANGELOG.md
## 0.0.5
Add **options?: IHttpConnectionOptions** on **connect** method
## 0.0.2

@@ -4,0 +8,0 @@

{
"name": "message-bridge-js",
"version": "0.0.4",
"version": "0.0.5",
"homepage": "https://github.com/alfnielsen/MessageBridgeJS",

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

Sorry, the diff of this file is not supported yet

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