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

@mercuryworkshop/wisp-js

Package Overview
Dependencies
Maintainers
0
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mercuryworkshop/wisp-js - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

2

package.json
{
"name": "@mercuryworkshop/wisp-js",
"version": "0.3.0",
"version": "0.3.1",
"description": "A client and server for the Wisp protocol, written in Javascript",

@@ -5,0 +5,0 @@ "repository": {

@@ -18,12 +18,16 @@ # JavaScript Wisp Implementation

A Wisp server implementation written in Javascript. (v0.2.1)
A Wisp server implementation written in Javascript. (v0.3.1)
Options:
-V, --version output the version number
-H, --host <host> The hostname the server will listen on. (default: "127.0.0.1")
-P, --port <port> The port number to run the server on. (default: 5001)
-L, --logging <log_level> The log level to use. This is either DEBUG, INFO, WARN, ERROR, or NONE. (default: "INFO")
-S, --static <static_dir> The directory to serve static files from. (optional) (default: null)
-C, --config <config_path> The path to your server config file. (optional) (default: null)
-h, --help display help for command
-V, --version output the version number
-H, --host <host> The hostname the server will listen on. (default: "127.0.0.1")
-P, --port <port> The port number to run the server on. (default: 5001)
-L, --logging <log_level> The log level to use. This is either DEBUG, INFO, WARN, ERROR, or
NONE. (default: "INFO")
-S, --static <static_dir> The directory to serve static files from. (optional)
-C, --config <config_path> The path to your Wisp server config file. This is the same format as
`wisp.options` in the API. (optional)
-O, --options <options_json> A JSON string to set the Wisp config without using a file.
(optional)
-h, --help display help for command
```

@@ -30,0 +34,0 @@ You may also clone this repository and run `npn run server_cli -- --help`.

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