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

@eaze/signalr-client

Package Overview
Dependencies
Maintainers
6
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eaze/signalr-client - npm Package Compare versions

Comparing version 0.0.1 to 1.0.0

16

index.js

@@ -155,10 +155,10 @@ //# signalr-client

if (negotiateUrlOptions.protocol === 'http:') {
var negotiateResult = http.get(negotiateUrlOptions, negotiateFunction).on('error', negotiateErrorFunction);
} else if (negotiateUrlOptions.protocol === 'wss:') {
negotiateUrlOptions.protocol = 'https:';
var negotiateResult = https.get(negotiateUrlOptions, negotiateFunction).on('error', negotiateErrorFunction);
} else {
onError('Protocol Error', undefined, negotiateUrlOptions);
}
// if (negotiateUrlOptions.protocol === 'http:') {
// var negotiateResult = http.get(negotiateUrlOptions, negotiateFunction).on('error', negotiateErrorFunction);
// } else if (negotiateUrlOptions.protocol === 'wss:') {
negotiateUrlOptions.protocol = 'https:';
var negotiateResult = https.get(negotiateUrlOptions, negotiateFunction).on('error', negotiateErrorFunction);
// } else {
// onError('Protocol Error', undefined, negotiateUrlOptions);
// }
}

@@ -165,0 +165,0 @@

{
"name": "@eaze/signalr-client",
"version": "0.0.1",
"version": "1.0.0",
"description": "signalR client for node.js",

@@ -5,0 +5,0 @@ "license": "MIT",

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