inversify-dts
Advanced tools
Comparing version 1.0.3 to 1.0.5
@@ -1,2 +0,2 @@ | ||
// Type definitions for inversify 1.0.0-beta.3 | ||
// Type definitions for inversify 1.0.0-beta.5 | ||
// Project: https://github.com/inversify/inversify-binding-decorators | ||
@@ -3,0 +3,0 @@ // Definitions by: inversify <https://github.com/inversify/> |
/// <reference path="./inversify-express-utils.d.ts" /> | ||
/// <reference path="../inversify/inversify.d.ts" /> | ||
/// <reference path="../typings/index.d.ts" /> | ||
/// <reference path="../typings//index.d.ts" /> | ||
@@ -15,3 +15,3 @@ import { InversifyExpressServer, Controller, Get, All, Delete, Head, Put, Patch, Post, Method } from "inversify-express-utils"; | ||
.setConfig((app) => { | ||
app.use((req, res, next) => { | ||
app.use((req: express.Request, res: express.Response, next: express.NextFunction) => { | ||
console.log("hello world"); | ||
@@ -18,0 +18,0 @@ next(); |
@@ -0,3 +1,6 @@ | ||
// Type definitions for inversify 1.0.0-alpha.3 | ||
// Project: https://github.com/inversify/inversify-express-utils | ||
// Definitions by: inversify <https://github.com/inversify/> | ||
/// <reference path="../inversify/inversify.d.ts" /> | ||
/// <reference path="../typings//index.d.ts" /> | ||
@@ -4,0 +7,0 @@ declare module "inversify-express-utils" { |
@@ -1,5 +0,4 @@ | ||
// Type definitions for inversify 1.0.0-beta.2 | ||
// Type definitions for inversify 1.0.0-beta.5 | ||
// Project: https://github.com/inversify/inversify-logger-middleware | ||
// Definitions by: inversify <https://github.com/inversify/> | ||
// Definitions: https://github.com/borisyankov/DefinitelyTyped | ||
@@ -44,3 +43,7 @@ /// <reference path="../inversify/inversify.d.ts"/> | ||
exception: any; | ||
rootRequest: any; | ||
multiInject: boolean; | ||
results: any[]; | ||
rootRequest: inversify.IRequest; | ||
serviceIdentifier: any; | ||
target: any; | ||
time: string; | ||
@@ -47,0 +50,0 @@ } |
@@ -1,2 +0,2 @@ | ||
// Type definitions for inversify 2.0.0-beta.6 | ||
// Type definitions for inversify 2.0.0-beta.8 | ||
// Project: https://github.com/inversify/InversifyJS | ||
@@ -3,0 +3,0 @@ // Definitions by: inversify <https://github.com/inversify> |
{ | ||
"name": "inversify-dts", | ||
"version": "1.0.3", | ||
"version": "1.0.5", | ||
"description": "The InversifyJS TypeScript type definitions", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
22906
360
0