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

simple-websocket

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-websocket - npm Package Compare versions

Comparing version 9.0.0 to 9.1.0

4

index.js

@@ -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

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