Socket
Socket
Sign inDemoInstall

koa-route

Package Overview
Dependencies
4
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.1 to 1.1.2

2

index.js

@@ -32,3 +32,3 @@

if (m = re.exec(this.path)) {
var args = m.slice(1);
var args = m.slice(1).map(decodeURIComponent);
debug('%s %s matches %s %j', this.method, path, this.path, args);

@@ -35,0 +35,0 @@ args.push(next);

@@ -5,3 +5,3 @@ {

"repository": "koajs/route",
"version": "1.1.1",
"version": "1.1.2",
"keywords": [

@@ -8,0 +8,0 @@ "koa",

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