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.5.0 to 1.6.0

0

dist/src/__test__/annotation_utils.test.d.ts
export {};

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { EventCallable, ICommunicationFacade, MethodCallable } from './ICommunicationFacade';

@@ -0,0 +0,0 @@ import { ServiceAppearedCallback, ServiceDisappearedCallback } from './NetworkEventCallbacks';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=ICommunicationFacade.js.map
export declare type ServiceAppearedCallback = (serviceName: string) => Promise<void>;
export declare type ServiceDisappearedCallback = (serviceName: string) => Promise<void>;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=NetworkEventCallbacks.js.map
import { ConfigurationOptions } from 'konvenient';
export declare const Configuration: (config?: Partial<ConfigurationOptions> | undefined) => <T>(constructor: new () => T) => new () => T;
export { ConfigurationOptions, Configurable, ConfigurableSchema, SchemaResult, Nested, PredefinedFormat, configurator, KONVENIENT_CONFIGURATION_CLASS as CONFIGURATION_CLASS, } from 'konvenient';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ declare namespace ContainerConstant {

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

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

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IContainer.js.map

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

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IDynamicValueContext.js.map

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

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IFacadeContainer.js.map

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

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IInjectContainer.js.map

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

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IPluginContainer.js.map

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare namespace Errors {

@@ -0,0 +0,0 @@ "use strict";

import { Constructor } from '../types';
export declare function ErrorHandler(errors: Constructor<Error> | Constructor<Error>[]): (target: any, propertyKey: string, _descriptor: PropertyDescriptor) => void;
export declare function registerErrorHandlerOnTarget(target: any, handlerName: string, errors: Constructor<Error>[]): void;

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { ICommunicationChannel } from './ICommunicationChannel';

@@ -0,0 +0,0 @@ export interface ICommunicationChannel {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=ICommunicationChannel.js.map

@@ -0,0 +0,0 @@ import 'reflect-metadata';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { IIntermediateService } from './IIntermediateService';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IBuilderStrategy.js.map

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

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IIntermediateService.js.map

@@ -0,0 +0,0 @@ import { ICommunicationFacade } from '../Communication/ICommunicationFacade';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IServiceBridge.js.map

@@ -0,0 +0,0 @@ export interface IServiceBridgeOrchestrator {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IServiceBridgeOrchestrator.js.map

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { ILogger } from './ILogger';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=ILogger.js.map

@@ -0,0 +0,0 @@ /**

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=ILogProvider.js.map

@@ -0,0 +0,0 @@ export interface LogFunction {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=LogFunction.js.map

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

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ declare namespace Metadata {

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

export declare function ServiceAppeared(): (target: any, propertyKey: any, _descriptor: PropertyDescriptor) => void;
export declare function ServiceDisappeared(): (target: any, propertyKey: any, _descriptor: PropertyDescriptor) => void;

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

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

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IPlugin.js.map

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

@@ -0,0 +0,0 @@ "use strict";

export declare type Constructor<T = any> = new (...args: any[]) => T;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=types.js.map

2

package.json
{
"name": "@chalupajs/interface",
"version": "1.5.0",
"version": "1.6.0",
"description": "Service framework",

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

Sorry, the diff of this file is not supported yet

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