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

inversify-dts

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inversify-dts - npm Package Compare versions

Comparing version 1.0.3 to 1.0.5

2

inversify-binding-decorators/inversify-binding-decorators.d.ts

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

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