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.42 to 0.90.43

4

lib/WebAppRunner.js

@@ -12,3 +12,3 @@ /**

Visitor = require('./Visitor' ),
serveStatic = require( 'serve-static' );
gzipStatic = require( 'connect-gzip-static' );

@@ -49,3 +49,3 @@ var WebAppRunner = function(options) {

app.use( serveStatic( home ) );
app.use( gzipStatic( home ) );
}

@@ -52,0 +52,0 @@

{
"name": "web-app-runner",
"version": "0.90.42",
"version": "0.90.43",
"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.",

@@ -10,4 +10,4 @@ "main": "./app/app.js",

},
"scripts":{
"test":"grunt test validate-package"
"scripts": {
"test": "grunt test validate-package"
},

@@ -24,2 +24,3 @@ "keywords": [

"connect": "^3.1.0",
"connect-gzip-static": "^1.0.0",
"lodash": "~2.4.1",

@@ -26,0 +27,0 @@ "node-uuid": "~1.4.1",

@@ -215,2 +215,2 @@ # Web App Runner

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

Sorry, the diff of this file is not supported yet

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