routing-controllers
Advanced tools
Comparing version 0.6.0-alpha to 0.6.0-alpha.1
@@ -14,3 +14,3 @@ "use strict"; | ||
this.method = args.method; | ||
if (args.index) | ||
if (args.index !== undefined) | ||
this.index = args.index; | ||
@@ -17,0 +17,0 @@ if (args.type) |
{ | ||
"name": "routing-controllers", | ||
"private": false, | ||
"version": "0.6.0-alpha", | ||
"version": "0.6.0-alpha.1", | ||
"description": "Allows to use class-based controllers with express.js in Typescript", | ||
@@ -6,0 +6,0 @@ "license": "Apache-2.0", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
208323
0