Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@men-mvc/foundation

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@men-mvc/foundation - npm Package Compare versions

Comparing version 0.85.0 to 0.86.0

2

lib/utilities/validation.js

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

valError.details.map((error) => {
errors[error.context?.key] = error.message;
errors[error.path.join('.')] = error.message;
});

@@ -22,0 +22,0 @@ return new types_1.ValidationError(errors);

{
"name": "@men-mvc/foundation",
"version": "0.85.0",
"version": "0.86.0",
"description": "Package that includes shared variables, types and utility functions for MEN MVC framework.",

@@ -30,3 +30,3 @@ "private": false,

"dependencies": {
"@men-mvc/config": "^0.85.0",
"@men-mvc/config": "^0.86.0",
"express": "^4.18.2",

@@ -53,3 +53,3 @@ "joi": "^17.9.1",

"license": "MIT",
"gitHead": "d6c6964bfccc5a5165fb4e766b98d3955709a5e8"
"gitHead": "dfc17217fde81bdb0210f5cf3ef166790dde42ea"
}
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