forked from mqttjs/MQTT.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: connection error handler (mqttjs#1053)
- Loading branch information
Yoseph Maguire
authored and
Cédric von Allmen
committed
Nov 27, 2020
1 parent
3811def
commit 1e949c8
Showing
6 changed files
with
39 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,8 @@ | |
"contributors": [ | ||
"Adam Rudd <[email protected]>", | ||
"Matteo Collina <[email protected]> (https://github.com/mcollina)", | ||
"Siarhei Buntsevich <[email protected]> (https://github.com/scarry1992)" | ||
"Siarhei Buntsevich <[email protected]> (https://github.com/scarry1992)", | ||
"Yoseph Maguire <[email protected]> (https://github.com/YoDaMa)" | ||
], | ||
"keywords": [ | ||
"mqtt", | ||
|
@@ -83,6 +84,7 @@ | |
"@types/node": "^10.0.0", | ||
"airtap": "^3.0.0", | ||
"browserify": "^16.2.2", | ||
"chai": "^4.2.0", | ||
"codecov": "^3.0.4", | ||
"global": "^4.3.2", | ||
"istanbul": "^0.4.5", | ||
|
@@ -93,14 +95,14 @@ | |
"rimraf": "^3.0.2", | ||
"safe-buffer": "^5.1.2", | ||
"should": "^13.2.1", | ||
"sinon": "~1.17.7", | ||
"sinon": "^9.0.0", | ||
"snazzy": "^8.0.0", | ||
"standard": "^11.0.1", | ||
"through2": "^3.0.0", | ||
"tslint": "^5.11.0", | ||
"tslint-config-standard": "^8.0.1", | ||
"typescript": "^3.2.2", | ||
"uglify-js": "^3.4.5", | ||
"uglify-js": "^3.8.0", | ||
"ws": "^3.3.3" | ||
}, | ||
"standard": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters