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.1.0 to 1.2.0

1

dist/src/Container/IDynamicValueContext.d.ts

@@ -6,1 +6,2 @@ import { Constructor } from '../types';

};
export declare type DynamicValueProvider<T> = (context: IDynamicValueContext) => T;

2

dist/src/index.d.ts

@@ -15,3 +15,3 @@ import 'reflect-metadata';

export { IPluginContainer } from './Container/IPluginContainer';
export { IDynamicValueContext } from './Container/IDynamicValueContext';
export { IDynamicValueContext, DynamicValueProvider } from './Container/IDynamicValueContext';
export { ExternalServiceTemplate, serviceMethodPlaceholder, ExternalServiceCall, IExternalServiceCall, CallWithResult, IExternalServiceEmit, EmitWithResult, serviceEventPlaceholder, } from './ExternalService/ExternalServiceTemplate';

@@ -18,0 +18,0 @@ export { ExternalService, ExternalServiceOptions, ExternalServiceMethod, ExternalServiceMethodOptions, ExternalServiceEvent, ExternalServiceEventOptions, } from './ExternalService/decorators';

{
"name": "@chalupajs/interface",
"version": "1.1.0",
"version": "1.2.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