Socket
Socket
Sign inDemoInstall

web-app-runner

Package Overview
Dependencies
34
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.90.43 to 0.90.44

2

package.json
{
"name": "web-app-runner",
"version": "0.90.43",
"version": "0.90.44",
"description": "A simple HTTP application server that accepts or rejects connections based on authenticated attributes including ip, user agent, etc. The server can be used stand alone or as middleware for connect or express.",

@@ -5,0 +5,0 @@ "main": "./app/app.js",

@@ -12,3 +12,3 @@ # Web App Runner

Simple HTTP server that implements middleware for banning or re-routing authorized connections based on ip, agent or other request attributes. The server can be used stand alone or as middleware for connect or express.
Simple HTTP server that implements middleware for banning or re-routing authorized connections based on ip, agent or other request attributes. The server can be used stand alone or as middleware for connect or express. Static content is scanned for gzip files and will deliver compressed files if they exist.

@@ -208,3 +208,3 @@ _NOTE: this server is designed to deliver simple HTML applications that connect to alternate services. It has a bit more features when compared with http-server, but isn't intended to be a full REST-type back-end._

* minimal-server.js - just the bare minimum to run a development server
* basic-server.js - a bit more control over a specific environment
* basic-server.js - a bit more control over a specific environment; demonstrates gzip capabilities
* ipfilter-server.js - demonstrates ip filtering

@@ -217,2 +217,2 @@ * daemon-server.js - a background server done the hard way (see bin/start.js for the easy way)

- - -
<p><small><em>Copyright © 2014, rain city software | Version 0.90.43</em></small></p>
<p><small><em>Copyright © 2014, rain city software | Version 0.90.44</em></small></p>

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc