Socket
Socket
Sign inDemoInstall

web-app-runner

Package Overview
Dependencies
31
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.90.41 to 0.90.42

7

package.json
{
"name": "web-app-runner",
"version": "0.90.41",
"version": "0.90.42",
"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.",
"main": "./index.js",
"main": "./app/app.js",
"repository": {

@@ -17,3 +17,4 @@ "type": "git",

"connect",
"connections"
"connections",
"static-gzip"
],

@@ -20,0 +21,0 @@ "dependencies": {

@@ -8,6 +8,7 @@ # Web App Runner

[![Build Status](https://travis-ci.org/darrylwest/web-app-runner.svg?branch=master)](https://travis-ci.org/darrylwest/web-app-runner)
[![Dependency Status](https://david-dm.org/darrylwest/web-app-runner.svg)](https://david-dm.org/darrylwest/web-app-runner)
## Overview
Simple HTTP server that implements middleware for banning or re-routing authorized connections based on ip, agent or other requiest 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.

@@ -207,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 envirnment
* basic-server.js - a bit more control over a specific environment
* ipfilter-server.js - demonstrates ip filtering

@@ -216,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.41</em></small></p>
<p><small><em>Copyright © 2014, rain city software | Version 0.90.42</em></small></p>
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