@eaze/signalr-client
Advanced tools
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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
27636
1