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 2.0.0 to 3.0.0-alpha.1

dist/cjs/constants.js

36

package.json
{
"name": "mvc-middleware",
"version": "2.0.0",
"version": "3.0.0-alpha.1",
"description": "Mvc middleware for express with API similar to .NET MVC",

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

"scripts": {
"build": "tsc",
"test": "jest --coverage=true"
"compile": "tsc --build tsconfig.cjs.json ./tsconfig.esm.json ./tsconfig.types.json",
"prepare-package-json": "ts-node scripts/prepare-package-json.ts",
"build:clean": "rimraf -rf ./dist",
"build": "npm-run-all build:clean compile prepare-package-json"
},
"dependencies": {
"cheap-di": "3.4.3",
"cheap-di": "4.0.0-rc-7",
"express": "4.18.2"

@@ -18,22 +20,10 @@ },

"@types/express": "4.17.17",
"@types/jest": "29.5.0",
"@typescript-eslint/eslint-plugin": "5.57.1",
"@typescript-eslint/parser": "5.57.1",
"eslint": "8.37.0",
"eslint-config-prettier": "8.8.0",
"eslint-import-resolver-typescript": "3.5.5",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-sonarjs": "0.19.0",
"jest": "29.5.0",
"prettier": "2.8.7",
"ts-jest": "29.1.0",
"tslib": "2.5.0",
"typescript": "5.0.3"
"npm-run-all": "4.1.5",
"rimraf": "5.0.5",
"ts-jest": "29.1.0"
},
"files": [
"dist/**/*"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": ["dist/**/*", ",package.json", "README.md"],
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/types/index.d.ts",
"license": "MIT",

@@ -40,0 +30,0 @@ "homepage": "https://github.com/tomas-light/mvc-middleware#readme",

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