Socket
Socket
Sign inDemoInstall

routing-controllers

Package Overview
Dependencies
12
Maintainers
4
Versions
76
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.10.2 to 0.10.3

4

cjs/driver/koa/KoaDriver.js

@@ -173,5 +173,5 @@ "use strict";

case 'file':
return actionOptions.context.req.file;
return actionOptions.context.request.file;
case 'files':
return actionOptions.context.req.files;
return actionOptions.context.request.files;
case 'header':

@@ -178,0 +178,0 @@ return context.headers[param.name.toLowerCase()];

@@ -170,5 +170,5 @@ import { ActionMetadata } from '../../metadata/ActionMetadata';

case 'file':
return actionOptions.context.req.file;
return actionOptions.context.request.file;
case 'files':
return actionOptions.context.req.files;
return actionOptions.context.request.files;
case 'header':

@@ -175,0 +175,0 @@ return context.headers[param.name.toLowerCase()];

{
"name": "routing-controllers",
"private": false,
"version": "0.10.2",
"version": "0.10.3",
"description": "Create structured, declarative and beautifully organized class-based controllers with heavy decorators usage for Express / Koa using TypeScript.",

@@ -28,3 +28,3 @@ "author": "TypeStack contributors",

"cookie": "^0.5.0",
"glob": "^8.1.0",
"glob": "^10.1.0",
"reflect-metadata": "^0.1.13",

@@ -43,6 +43,6 @@ "template-url": "^1.0.0"

"express-session": "^1.17.3",
"koa": "^2.14.1",
"koa-bodyparser": "^4.3.0",
"koa": "^2.14.2",
"koa-bodyparser": "^4.4.0",
"multer": "^1.4.5-lts.1"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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