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

super-simple-web-server

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

super-simple-web-server - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

LICENSE

6

certs/README.md

@@ -1,5 +0,5 @@

#Self-generated SSL cert generator
# Self-generated SSL cert generator
For dev servers only.
###To generate:
## To generate:

@@ -11,3 +11,3 @@ Make sure you have an openssl package installed on your machine -- then run...

###On MacOS: To avoid those pesky _"unauthorized cert"_ warnings...
## On MacOS: To avoid those pesky _"unauthorized cert"_ warnings...

@@ -14,0 +14,0 @@ - double-click ca.cert.pem to add to keychain

@@ -11,3 +11,3 @@ {

"name": "super-simple-web-server",
"version": "1.1.0"
"version": "1.1.1"
}

@@ -18,9 +18,9 @@ # super-simple-web-server

###Default path
### Default path
Default path is your current working directory. Override by passing an optional path to your desired web root directory.
###Default ports
### Default ports
Default ports are `3000` (http) and `3001` (https). These can be changed in `index.js`.
###Default IP
### Default IP
The default IP `127.0.0.1` which should convieniently map to `localhost`.

@@ -27,0 +27,0 @@

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