Socket
Socket
Sign inDemoInstall

koa-route

Package Overview
Dependencies
5
Maintainers
8
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.3.0 to 2.4.0

4

index.js

@@ -34,3 +34,3 @@ /**

args.push(next);
yield fn.apply(this, args);
yield* fn.apply(this, args);
return;

@@ -40,3 +40,3 @@ }

// miss
yield next;
yield* next;
}

@@ -43,0 +43,0 @@ }

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

"repository": "koajs/route",
"version": "2.3.0",
"version": "2.4.0",
"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