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.5 to 0.2.6

4

index.js

@@ -111,4 +111,4 @@ var common = require('common');

that.file = function(base, pattern, rewrite) {
that.get(pattern, rewrite, exports.onfilerequest(base));
that.file = function(pattern, base) {
that.get(pattern, exports.onfilerequest(base || '.'));
};

@@ -115,0 +115,0 @@

{
"name":"router",
"version":"0.2.5",
"version":"0.2.6",
"description":"A lean and mean web router",

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

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