Socket
Socket
Sign inDemoInstall

@koa/router

Package Overview
Dependencies
11
Maintainers
8
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 9.4.0 to 10.0.0

2

lib/router.js

@@ -535,3 +535,3 @@ /**

// lookup destination route by name
if (destination[0] !== '/') destination = this.url(destination);
if (destination[0] !== '/' && !destination.includes('://')) destination = this.url(destination);

@@ -538,0 +538,0 @@ return this.all(source, ctx => {

{
"name": "@koa/router",
"description": "Router middleware for koa. Provides RESTful resource routing.",
"version": "9.4.0",
"version": "10.0.0",
"author": "Alex Mingoia <talk@alexmingoia.com>",

@@ -6,0 +6,0 @@ "bugs": {

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