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 3.1.0 to 3.1.1

4

lib/index.js

@@ -394,6 +394,6 @@ "use strict";

if (_.isString(ctx.result)) {
res.status(403)
return ctx.response.status(403)
.send(ctx.result.trim());
}
return res.status(403)
return ctx.response.status(403)
.send();

@@ -400,0 +400,0 @@ };

{
"name": "@egodigital/express-controllers",
"version": "3.1.0",
"version": "3.1.1",
"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