Socket
Socket
Sign inDemoInstall

routing-controllers

Package Overview
Dependencies
126
Maintainers
4
Versions
76
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.9.0-alpha.6 to 0.9.0

cjs/Action.js

81

package.json
{
"name": "routing-controllers",
"private": false,
"version": "0.9.0-alpha.6",
"version": "0.9.0",
"description": "Create structured, declarative and beautifully organized class-based controllers with heavy decorators usage for Express / Koa using TypeScript.",
"author": "TypeStack contributors",
"license": "MIT",
"readmeFilename": "README.md",
"author": {
"name": "Umed Khudoiberdiev",
"email": "pleerock.me@gmail.com"
},
"contributors": [
{
"name": "MichaƂ Lytek",
"url": "https://github.com/19majkel94"
},
{
"name": "Jonathas Morais",
"url": "https://github.com/jotamorais"
},
{
"name": "adenhertog",
"url": "https://github.com/adenhertog"
}
],
"sideEffects": false,
"main": "./cjs/index.js",
"module": "./esm2015/index.js",
"es2015": "./esm2015/index.js",
"typings": "./types/index.d.ts",
"repository": {

@@ -30,6 +17,2 @@ "type": "git",

},
"bugs": {
"url": "https://github.com/typestack/routing-controllers/issues"
},
"main": "index.js",
"tags": [

@@ -53,43 +36,5 @@ "express",

"peerDependencies": {
"class-transformer": "^0.2.3",
"class-transformer": "^0.3.1",
"class-validator": "^0.12.2"
},
"devDependencies": {
"@types/chai": "^4.2.11",
"@types/chai-as-promised": "^7.1.2",
"@types/express": "^4.17.6",
"@types/express-session": "^1.17.0",
"@types/koa": "^2.11.3",
"@types/mocha": "^7.0.2",
"@types/node": "^14.0.11",
"@types/sinon": "^9.0.4",
"body-parser": "^1.19.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chakram": "^1.5.0",
"class-transformer": "^0.2.3",
"class-validator": "^0.12.2",
"copyfiles": "^2.3.0",
"cors": "^2.8.5",
"cross-env": "^7.0.2",
"handlebars": "^4.7.6",
"json": "^9.0.6",
"kcors": "^2.2.2",
"koa-convert": "^1.2.0",
"koa-session": "^5.12.3",
"koa-views": "^6.2.1",
"mocha": "^7.2.0",
"multer": "^1.4.2",
"mustache-express": "^1.3.0",
"nyc": "^15.1.0",
"request": "^2.88.2",
"rimraf": "^3.0.2",
"sinon": "^9.0.2",
"sinon-chai": "^3.5.0",
"source-map-support": "^0.5.19",
"ts-node": "^8.10.2",
"tslint": "^6.1.2",
"typedi": "~0.8.0",
"typescript": "~3.9.5"
},
"optionalDependencies": {

@@ -103,13 +48,3 @@ "express": "^4.17.1",

"koa-multer": "^1.0.2"
},
"scripts": {
"build": "rimraf build && echo Using TypeScript && tsc --version && tsc --pretty",
"clean": "rimraf build coverage",
"copy": "copyfiles -u 3 \"build/compiled/src/**/*\" build/package && copyfiles package.json README.md build/package",
"lint": "tslint --fix --format verbose --project tsconfig.json",
"package": "npm run build && npm run copy && npm run public && rimraf build/compiled",
"pretest": "npm run lint",
"public": "json -I -f build/package/package.json -e 'this.private=false'",
"test": "rimraf coverage && cross-env NODE_ENV=test nyc mocha test/**/*.ts"
}
}

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with âšĄïž by Socket Inc