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 2.0.0 to 2.1.0

5

CHANGELOG.md
# Change Log (@egodigital/express-controllers)
## 2.1.0
* updated to `express@^4.17.1`
* bugfixes
## 2.0.0

@@ -4,0 +9,0 @@

3

lib/index.js

@@ -495,3 +495,4 @@ "use strict";

.trim();
p = p.replace(path.sep, '/');
p = p.split(path.sep)
.join('/');
while (p.endsWith('/')) {

@@ -498,0 +499,0 @@ p = p.substr(0, p.length - 1)

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

@@ -34,7 +34,7 @@ "author": "e.GO Digital GmbH, Aachen, Germany",

"dependencies": {
"@types/express": "^4.16.1",
"@types/express": "^4.17.0",
"@types/joi": "^14.3.3",
"@types/lodash": "^4.14.129",
"@types/node": "^10.14.7",
"express": "^4.17.0",
"@types/lodash": "^4.14.134",
"@types/node": "^10.14.9",
"express": "^4.17.1",
"fast-glob": "^2.2.7",

@@ -45,5 +45,5 @@ "joi": "^14.3.1",

"devDependencies": {
"tslint": "^5.16.0",
"tslint": "^5.17.0",
"typedoc": "^0.14.2",
"typescript": "^3.4.5"
"typescript": "^3.5.1"
},

@@ -50,0 +50,0 @@ "scripts": {

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