simple-websocket
Advanced tools
Comparing version 9.0.0 to 9.1.0
@@ -218,4 +218,4 @@ /*! simple-websocket. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */ | ||
_handleError (err) { | ||
this.destroy(new Error(`Error connecting to ${this.url} (${err})`)) | ||
_handleError (_) { | ||
this.destroy(new Error(`Error connecting to ${this.url}`)) | ||
} | ||
@@ -222,0 +222,0 @@ |
{ | ||
"name": "simple-websocket", | ||
"description": "Simple, EventEmitter API for WebSockets (browser)", | ||
"version": "9.0.0", | ||
"version": "9.1.0", | ||
"author": { | ||
@@ -17,7 +17,7 @@ "name": "Feross Aboukhadijeh", | ||
"dependencies": { | ||
"debug": "^4.1.1", | ||
"queue-microtask": "^1.1.0", | ||
"randombytes": "^2.0.3", | ||
"readable-stream": "^3.1.1", | ||
"ws": "^7.0.0" | ||
"debug": "^4.3.1", | ||
"queue-microtask": "^1.2.2", | ||
"randombytes": "^2.1.0", | ||
"readable-stream": "^3.6.0", | ||
"ws": "^7.4.2" | ||
}, | ||
@@ -28,7 +28,7 @@ "devDependencies": { | ||
"babel-minify": "^0.5.1", | ||
"browserify": "^16.1.0", | ||
"prettier-bytes": "^1.0.3", | ||
"speedometer": "^1.0.0", | ||
"browserify": "^17.0.0", | ||
"prettier-bytes": "^1.0.4", | ||
"speedometer": "^1.1.0", | ||
"standard": "*", | ||
"tape": "^5.0.0" | ||
"tape": "^5.1.1" | ||
}, | ||
@@ -35,0 +35,0 @@ "homepage": "https://github.com/feross/simple-websocket", |
@@ -39,4 +39,5 @@ # simple-websocket [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url] | ||
- [Virus Cafe](https://virus.cafe) - Make a friend in 2 minutes | ||
- [WebTorrent](https://webtorrent.io) - The streaming torrent app | ||
- [StudyNotes](http://www.apstudynotes.org) - Helping students learn faster and better | ||
- [WebTorrent](https://webtorrent.io) - The streaming torrent app | ||
- [bittorrent-tracker](https://github.com/feross/bittorrent-tracker) - Simple, robust, BitTorrent tracker (client & server) implementation | ||
@@ -43,0 +44,0 @@ - [instant.io](https://github.com/feross/instant.io) - Secure, anonymous, streaming file transfer |
Sorry, the diff of this file is too big to display
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
99872
297
159
Updateddebug@^4.3.1
Updatedqueue-microtask@^1.2.2
Updatedrandombytes@^2.1.0
Updatedreadable-stream@^3.6.0
Updatedws@^7.4.2