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 0.8.1 to 0.8.2

2

package.json
{
"name": "@schirkan/reactron-interfaces",
"version": "0.8.1",
"version": "0.8.2",
"description": "interfaces for reactron modules",

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

@@ -8,11 +8,16 @@ import { SizeProp } from '@fortawesome/fontawesome-svg-core';

export interface IExtraWebComponentProps {
className?: string;
style?: React.CSSProperties;
}
export interface IReactronComponentContext extends IModuleContext {
readonly componentName: string;
readonly moduleApiPath: string;
readonly electron: electron.AllElectron;
readonly topics: IPubSub;
readonly componentLoader: IComponentLoader;
renderComponent: (props: Partial<IWebComponentOptions>) => any;
renderLoading: (text?: string, iconSize?: SizeProp) => any;
readonly componentName: string;
readonly moduleApiPath: string;
readonly electron: electron.AllElectron;
readonly topics: IPubSub;
readonly componentLoader: IComponentLoader;
renderComponent: (props: Partial<IWebComponentOptions> & IExtraWebComponentProps) => any;
renderLoading: (text?: string, iconSize?: SizeProp) => any;
}
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