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

@schirkan/reactron-interfaces

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@schirkan/reactron-interfaces - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

dist/IModuleContext.d.ts
import { ISystemSettings } from './ISystemSettings';
import { ElectronStore } from './ElectronStore';
import { IReactronServices } from './IReactronServices';
import { IPubSub } from './IPubSub';
export interface IModuleContext {
readonly topics: IPubSub;
readonly moduleStorage: ElectronStore;

@@ -6,0 +8,0 @@ readonly moduleName: string;

4

dist/IReactronComponentContext.d.ts
/// <reference types="react" />
import { SizeProp } from '@fortawesome/fontawesome-svg-core';
import { IPubSub } from './IPubSub';
import { IWebComponentOptions } from './IWebComponentOptions';

@@ -16,8 +15,7 @@ import { IModuleContext } from './IModuleContext';

readonly moduleApiPath: string;
readonly log: ILogWriter;
readonly electron: electron.AllElectron;
readonly topics: IPubSub;
readonly componentLoader: IComponentLoader;
readonly log: ILogWriter;
renderComponent: (props: Partial<IWebComponentOptions> & IExtraWebComponentProps) => any;
renderLoading: (text?: string, iconSize?: SizeProp) => any;
}

@@ -5,4 +5,5 @@ import { IModuleContext } from './IModuleContext';

export interface IReactronServiceContext extends IModuleContext {
readonly serviceName: string;
readonly moduleApiRouter: Router;
readonly log: ILogWriter;
}
{
"name": "@schirkan/reactron-interfaces",
"version": "1.0.2",
"version": "1.0.3",
"description": "interfaces for reactron modules",

@@ -5,0 +5,0 @@ "keywords": [

import { ISystemSettings } from './ISystemSettings';
import { ElectronStore } from './ElectronStore';
import { IReactronServices } from './IReactronServices';
import { IPubSub } from './IPubSub';
export interface IModuleContext {
readonly topics: IPubSub;
readonly moduleStorage: ElectronStore;

@@ -7,0 +9,0 @@ readonly moduleName: string;

import { SizeProp } from '@fortawesome/fontawesome-svg-core';
import { IPubSub } from './IPubSub';
import { IWebComponentOptions } from './IWebComponentOptions';

@@ -17,6 +16,5 @@ import { IModuleContext } from './IModuleContext';

readonly moduleApiPath: string;
readonly log: ILogWriter;
readonly electron: electron.AllElectron;
readonly topics: IPubSub;
readonly componentLoader: IComponentLoader;
readonly log: ILogWriter;

@@ -23,0 +21,0 @@ renderComponent: (props: Partial<IWebComponentOptions> & IExtraWebComponentProps) => any;

@@ -6,4 +6,5 @@ import { IModuleContext } from './IModuleContext';

export interface IReactronServiceContext extends IModuleContext {
readonly serviceName: string;
readonly moduleApiRouter: Router;
readonly log: ILogWriter;
}
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