Socket
Socket
Sign inDemoInstall

routing-controllers

Package Overview
Dependencies
17
Maintainers
2
Versions
76
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.7.4 to 0.7.5

2

driver/express/ExpressDriver.js

@@ -277,3 +277,3 @@ "use strict";

if (action.undefinedResultCode) {
options.response.httpCode = action.undefinedResultCode;
options.response.status(action.undefinedResultCode);
if (action.isJsonTyped) {

@@ -280,0 +280,0 @@ options.response.json();

@@ -278,3 +278,3 @@ "use strict";

if (action.undefinedResultCode) {
options.response.httpCode = action.undefinedResultCode;
options.response.status = action.undefinedResultCode;
if (action.isJsonTyped) {

@@ -281,0 +281,0 @@ options.response.json();

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

@@ -6,0 +6,0 @@ "license": "MIT",

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