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

@chalupajs/interface

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chalupajs/interface - npm Package Compare versions

Comparing version 1.2.2 to 1.3.0

2

dist/src/Container/IInjectContainer.d.ts
import { Constructor } from '../types';
import { IContainer } from './IContainer';
export declare type IInjectContainer = IContainer & {
bindModule<T>(moduleConstructor: Constructor<T>): IInjectContainer;
bindModule<T>(moduleConstructor: Constructor<T>): Promise<IInjectContainer>;
};

@@ -12,3 +12,3 @@ import { Constructor } from '../types';

*/
inject?: Constructor[] | ((context: IInjectContainer, config?: any) => void);
inject?: Constructor[] | ((context: IInjectContainer, config?: any) => Promise<void>);
constants?: Array<[string, any]>;

@@ -15,0 +15,0 @@ modules?: Constructor[];

@@ -16,3 +16,3 @@ import { Constructor } from '../types';

*/
inject: Constructor[] | ((context: IInjectContainer, config?: any) => void);
inject: Constructor[] | ((context: IInjectContainer, config?: any) => Promise<void>);
constants?: Array<[string, any]>;

@@ -19,0 +19,0 @@ modules?: Constructor[];

{
"name": "@chalupajs/interface",
"version": "1.2.2",
"version": "1.3.0",
"description": "Service framework",

@@ -5,0 +5,0 @@ "main": "dist/src/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