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.2.1 to 0.2.2

2

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

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

@@ -0,4 +1,6 @@

import * as electron from 'electron';
export interface IElectronApp {
mainWindow: Electron.BrowserWindow;
mainWindow: electron.BrowserWindow;
start(): Promise<void>;
}

@@ -5,2 +5,3 @@ import { SizeProp } from '@fortawesome/fontawesome-svg-core';

import { IModuleContext } from './IModuleContext';
import * as electron from 'electron';

@@ -10,3 +11,3 @@ export interface IReactronComponentContext extends IModuleContext {

readonly moduleApiPath: string;
readonly electron: Electron.AllElectron;
readonly electron: electron.AllElectron;
readonly topics: IPubSub;

@@ -13,0 +14,0 @@

@@ -1,3 +0,3 @@

import { IReactronService } from "../IReactronService";
import { IReactronServiceDefinition } from "../IReactronServiceDefinition";
import { IReactronService } from "./IReactronService";
import { IReactronServiceDefinition } from "./IReactronServiceDefinition";

@@ -4,0 +4,0 @@ export interface IServiceRepositoryItem extends IReactronServiceDefinition {

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