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

wscat

Package Overview
Dependencies
Maintainers
4
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wscat - npm Package Compare versions

Comparing version 5.1.0 to 5.2.0

4

package.json
{
"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

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