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 2.0.0-alpha.1 to 2.0.1

2

dist/IReactronComponentContext.d.ts

@@ -19,3 +19,3 @@ /// <reference types="react" />

renderComponent: (props: Partial<IWebComponentOptions> & IExtraWebComponentProps) => any;
renderLoading: (text?: string, iconSize?: SizeProp) => any;
renderLoading: (text?: string, iconSize?: SizeProp, style?: React.CSSProperties) => any;
}
{
"name": "@schirkan/reactron-interfaces",
"version": "2.0.0-alpha.1",
"version": "2.0.1",
"description": "interfaces for reactron modules",

@@ -26,9 +26,9 @@ "keywords": [

"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.13",
"@fortawesome/fontawesome-svg-core": "^1.2.14",
"@types/electron": "^1.6.10",
"@types/express": "^4.16.1",
"@types/node": "^10.12.20",
"@types/react": "^16.7.22",
"typescript": "^3.2.4"
"@types/node": "^10.12.23",
"@types/react": "^16.8.2",
"typescript": "^3.3.3"
}
}

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

renderComponent: (props: Partial<IWebComponentOptions> & IExtraWebComponentProps) => any;
renderLoading: (text?: string, iconSize?: SizeProp) => any;
renderLoading: (text?: string, iconSize?: SizeProp, style?: React.CSSProperties) => 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