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

routing-controllers

Package Overview
Dependencies
Maintainers
2
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

routing-controllers - npm Package Compare versions

Comparing version 0.6.0-alpha to 0.6.0-alpha.1

2

metadata/ParamMetadata.js

@@ -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

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