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.36 to 0.90.37

bin/logger-config.json

3

bin/conf.js

@@ -29,3 +29,4 @@ /**

level:'info',
refresh:2 // re-read this config each minutes
loggerConfigFile: __dirname + '/logger-config.json',
refresh:120 * 1000 // re-read the config json file each 120 seconds
};

@@ -32,0 +33,0 @@

@@ -12,7 +12,7 @@ #!/usr/bin/env node

child = exec(command, function(err, stdout, stderr) {
console.log( JSON.parse( stdout, true, 2 ) );
if (err) {
console.log( 'error: ', err);
} else {
console.log( JSON.parse( stdout, true, 2 ) );
}
});

@@ -255,2 +255,5 @@ /**

} else if (opts.configFile) {
// TODO refactor to use require to read in the file? or see if there is a specific
// settings file to read and re-read
conf = opts.configFile;

@@ -257,0 +260,0 @@

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

@@ -22,3 +22,3 @@ "main": "./index.js",

"serve-static": "^1.4.0",
"simple-node-logger": "^0.91.83"
"simple-node-logger": "^0.91.91"
},

@@ -25,0 +25,0 @@ "devDependencies": {

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

- - -
<p><small><em>Copyright © 2014, rain city software | Version 0.90.36</em></small></p>
<p><small><em>Copyright © 2014, rain city software | Version 0.90.37</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