New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@egodigital/express-controllers

Package Overview
Dependencies
Maintainers
3
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@egodigital/express-controllers - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

CHANGELOG.md
# Change Log (@egodigital/express-controllers)
## 1.0.2
## 1.0.3
* initial release

@@ -295,5 +295,7 @@ "use strict";

let inputFormat;
let routeMiddlewares;
if (!_.isNil(opts)) {
inputFormat = parseInt(utils_1.toStringSafe(opts.format)
.trim());
routeMiddlewares = opts.use;
}

@@ -306,3 +308,3 @@ if (isNaN(inputFormat)) {

.apply(controller.__router, [path]
.concat(utils_1.asArray(opts.use)
.concat(utils_1.asArray(routeMiddlewares)
.map(rmw => wrapHandlerForController(controller, rmw)))

@@ -317,3 +319,3 @@ .concat(utils_1.asArray(descriptor.value[REQUEST_VALIDATORS])

.apply(controller.__router, [path]
.concat(utils_1.asArray(opts.use)
.concat(utils_1.asArray(routeMiddlewares)
.map(rmw => wrapHandlerForController(controller, rmw)))

@@ -320,0 +322,0 @@ .concat(utils_1.asArray(descriptor.value[REQUEST_VALIDATORS]))

{
"name": "@egodigital/express-controllers",
"version": "1.0.2",
"version": "1.0.3",
"description": "Sets up controllers for Express framework.",

@@ -5,0 +5,0 @@ "author": "e.GO Digital GmbH, Aachen, Germany",

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