Socket
Socket
Sign inDemoInstall

http-server

Package Overview
Dependencies
Maintainers
3
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

http-server - npm Package Compare versions

Comparing version 0.7.2 to 0.7.3

4

package.json
{
"name": "http-server",
"version": "0.7.2",
"version": "0.7.3",
"author": "Nodejitsu <support@nodejitsu.com>",

@@ -56,3 +56,3 @@ "description": "a simple zero-configuration command-line http server",

"union": "0.3.x",
"ecstatic": "0.5.x",
"ecstatic": "~0.5.6",
"portfinder": "0.2.x",

@@ -59,0 +59,0 @@ "opener": "~1.3.0"

@@ -67,2 +67,3 @@ # http-server: a command-line http server

`-c` Set cache time (in seconds) for cache-control max-age header, e.g. -c10 for 10 seconds. To disable caching, use -c-1.
`-c` Set cache time (in seconds) for cache-control max-age header, e.g. -c10 for 10 seconds
(defaults to '3600'). To disable caching, use -c-1.

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