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.33 to 0.90.34

5

lib/WebAppRunner.js

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

/**
* does a simple process kill; as a public method, it's easy to mock out
*/
this.killme = function() {

@@ -187,3 +190,3 @@ log.info('killing pid: ', process.pid);

setTimeout(function() {
process.exit();
process.kill( process.pid );
}, 100);

@@ -190,0 +193,0 @@ };

2

package.json
{
"name": "web-app-runner",
"version": "0.90.33",
"version": "0.90.34",
"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": "./index.js",

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

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

@@ -23,2 +23,2 @@ # Web App Runner To Do List

- - -
<p><small><em>last updated July 26, 2014</em></small></p>
<p><small><em>last updated July 27, 2014</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