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

koa-mount

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koa-mount - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

10

index.js

@@ -35,10 +35,10 @@

// compose
var downstream = app.middleware
? compose(app.middleware)
: app;
return function *(upstream){
var prev = this.path;
// compose
var downstream = app.middleware
? compose(app.middleware)
: app;
// not a match

@@ -45,0 +45,0 @@ if (0 != this.url.indexOf(path)) return yield upstream;

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

"repository": "koajs/mount",
"version": "1.2.2",
"version": "1.2.3",
"keywords": [

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

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