Comparing version 5.1.0 to 5.2.0
{ | ||
"name": "wscat", | ||
"version": "5.1.0", | ||
"version": "5.2.0", | ||
"description": "WebSocket cat", | ||
@@ -21,3 +21,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"commander": "^8.1.0", | ||
"commander": "^9.3.0", | ||
"https-proxy-agent": "^5.0.0", | ||
@@ -24,0 +24,0 @@ "read": "^1.0.7", |
@@ -30,3 +30,4 @@ # wscat | ||
--proxy <[protocol://]host[:port]> connect via a proxy. Proxy must support CONNECT method | ||
--slash enable slash commands for control frames (/ping, /pong, /close [code [, reason]]) | ||
--slash enable slash commands for control frames (/ping [data], /pong [data], /close | ||
[code [, reason]]) | ||
-c, --connect <url> connect to a WebSocket server | ||
@@ -49,3 +50,3 @@ -H, --header <header:value> set an HTTP header. Repeat to set multiple (--connect only) (default: []) | ||
``` | ||
$ wscat -c ws://echo.websocket.org | ||
$ wscat -c ws://websocket-echo.com | ||
Connected (press CTRL+C to quit) | ||
@@ -52,0 +53,0 @@ > hi there |
Sorry, the diff of this file is not supported yet
14864
60
+ Addedcommander@9.5.0(transitive)
- Removedcommander@8.3.0(transitive)
Updatedcommander@^9.3.0