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.1 to 1.0.2

13

inversify/inversify.d.ts

@@ -26,6 +26,17 @@ // Type definitions for inversify 2.0.0-beta.6

export interface PlanAndResolve<T> {
(args: PlanAndResolveArgs): T[];
}
export interface IMiddleware extends Function {
(next: (context: IContext) => any): (context: IContext) => any;
(next: PlanAndResolve<any>): PlanAndResolve<any>;
}
export interface PlanAndResolveArgs {
multiInject: boolean;
serviceIdentifier: (string|Symbol|INewable<any>);
target: ITarget;
contextInterceptor: (contexts: IContext) => IContext;
}
export interface IKernel {

@@ -32,0 +43,0 @@ bind<T>(serviceIdentifier: (string|Symbol|INewable<T>)): IBindingToSyntax<T>;

2

package.json
{
"name": "inversify-dts",
"version": "1.0.1",
"version": "1.0.2",
"description": "The InversifyJS TypeScript type definitions",

@@ -5,0 +5,0 @@ "main": "index.js",

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