Socket
Socket
Sign inDemoInstall

koa-route

Package Overview
Dependencies
5
Maintainers
10
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.0 to 3.2.0

5

History.md
3.2.0 / 2016-08-24
===================
* add .routePath
3.0.0 / 2015-11-17

@@ -3,0 +8,0 @@ ===================

1

index.js

@@ -35,2 +35,3 @@

const args = m.slice(1).map(decode);
ctx.routePath = path;
debug('%s %s matches %s %j', ctx.method, path, ctx.path, args);

@@ -37,0 +38,0 @@ args.unshift(ctx);

2

package.json

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

"repository": "koajs/route",
"version": "3.1.0",
"version": "3.2.0",
"keywords": [

@@ -8,0 +8,0 @@ "koa",

@@ -17,3 +17,3 @@ # koa-route

```js
$ npm install koa-route
$ npm install koa-route@next
```

@@ -20,0 +20,0 @@

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