Socket
Socket
Sign inDemoInstall

router

Package Overview
Dependencies
1
Maintainers
2
Versions
65
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.15 to 0.5.16

7

index.js

@@ -45,2 +45,3 @@ var http = require('http');

this._end = {};
this._listening = false;

@@ -141,3 +142,9 @@ this.on('request', this.route);

if (this._listening) {
server.listen(port);
return this;
}
this.bind(server);
this._listening = true;
this.once('listening', callback || noop);

@@ -144,0 +151,0 @@

2

package.json
{
"name":"router",
"version":"0.5.15",
"version":"0.5.16",
"description":"A lean and mean web router",

@@ -5,0 +5,0 @@ "contributors": [

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc