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.1 to 1.0.2

4

CHANGELOG.md
# Change Log (@egodigital/express-controllers)
## [unreleased]
## 1.0.2
* @TODO: initial release
* initial release

@@ -294,4 +294,7 @@ "use strict";

function createRouteInitializerForMethod(name, descriptor, opts, method) {
let inputFormat = parseInt(utils_1.toStringSafe(opts.format)
.trim());
let inputFormat;
if (!_.isNil(opts)) {
inputFormat = parseInt(utils_1.toStringSafe(opts.format)
.trim());
}
if (isNaN(inputFormat)) {

@@ -298,0 +301,0 @@ inputFormat = BodyFormat.JSON;

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