Socket
Socket
Sign inDemoInstall

koa-router

Package Overview
Dependencies
Maintainers
2
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koa-router - npm Package Compare versions

Comparing version 11.0.1 to 12.0.0

2

lib/layer.js

@@ -122,3 +122,3 @@ const { parse: parseUrl, format: formatUrl } = require('url');

const toPath = compile(url, options);
const toPath = compile(url, { encode: encodeURIComponent, ...options });
let replaced;

@@ -125,0 +125,0 @@

{
"name": "koa-router",
"description": "Router middleware for koa. Maintained by Forward Email and Lad.",
"version": "11.0.1",
"version": "12.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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc