Socket
Socket
Sign inDemoInstall

router

Package Overview
Dependencies
1
Maintainers
0
Versions
65
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.2 to 0.2.3

2

index.js

@@ -66,3 +66,3 @@ var common = require('common');

server.on('upgrade', function(request, connection, head) {
if (find('upgrade', request, connection, head)) {
if (find(methods.upgrade, request, connection, head)) {
return;

@@ -69,0 +69,0 @@ }

{
"name":"router",
"version":"0.2.2",
"version":"0.2.3",
"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