Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

koa-tree-router

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koa-tree-router - npm Package Compare versions

Comparing version 0.4.5 to 0.4.6

2

package.json
{
"name": "koa-tree-router",
"version": "0.4.5",
"version": "0.4.6",
"description": "A high performance koa router",

@@ -5,0 +5,0 @@ "main": "router.js",

@@ -28,2 +28,5 @@ const http = require("http");

path = this.opts.prefix + path;
if (path[path.length - 1] === '/') {
path = path.slice(0, path.length - 1);
}
}

@@ -30,0 +33,0 @@ this.trees[method].addRoute(path, handle);

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