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

mvc-middleware

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mvc-middleware - npm Package Compare versions

Comparing version 3.0.0-rc.2 to 3.0.0

LICENSE

3

cjs/package.json
{
"type": "commonjs"
"type": "commonjs",
"version": "3.0.0"
}
{
"type": "module"
"type": "module",
"version": "3.0.0"
}
{
"name": "mvc-middleware",
"version": "3.0.0-rc.2",
"version": "3.0.0",
"description": "Mvc middleware for express with API similar to .NET MVC",

@@ -22,9 +22,8 @@ "author": "Artem Ignatev <art.ser.ignatiev@gmail.com>",

],
"dependencies": {
"cheap-di": "4.0.0-rc-32",
"express": "4.18.2"
},
"peerDependencies": {
"cheap-di": ">=4.0.0-rc-32"
"cheap-di": ">= 4.0.1",
"express": ">= 4.18.2"
},
"main": "./cjs/index.js",
"types": "./types/index.d.ts",
"files": [

@@ -38,5 +37,3 @@ "cjs/**/*",

],
"main": "./cjs/index.js",
"module": "./esm/index.js",
"types": "./types/index.d.ts",
"typesVersions": {

@@ -43,0 +40,0 @@ "*": {

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