Socket
Socket
Sign inDemoInstall

@koa/router

Package Overview
Dependencies
Maintainers
9
Versions
26
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 11.0.2

4

lib/router.js

@@ -8,4 +8,2 @@ /**

const { debuglog } = require('util');
const compose = require('koa-compose');

@@ -17,3 +15,3 @@ const HttpError = require('http-errors');

const debug = debuglog('koa-router');
const debug = require('debug')('koa-router');

@@ -20,0 +18,0 @@ /**

{
"name": "@koa/router",
"description": "Router middleware for koa. Maintained by Forward Email and Lad.",
"version": "11.0.1",
"version": "11.0.2",
"author": "Alex Mingoia <talk@alexmingoia.com>",

@@ -15,2 +15,3 @@ "bugs": {

"dependencies": {
"debug": "^4.3.4",
"http-errors": "^2.0.0",

@@ -17,0 +18,0 @@ "koa-compose": "^4.1.0",

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