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

@gondel/plugin-react

Package Overview
Dependencies
Maintainers
4
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gondel/plugin-react - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [1.2.3](https://github.com/namics/gondel/compare/v1.2.2...v1.2.3) (2020-03-09)
### Bug Fixes
* **react plugin:** export typescript interface for better ide support ([fa87524](https://github.com/namics/gondel/commit/fa875240eb64d76bdcbb3427d27b10f4323ffc31))
## [1.2.2](https://github.com/namics/gondel/compare/v1.2.1...v1.2.2) (2020-03-09)

@@ -8,0 +19,0 @@

4

dist/GondelReactComponent.d.ts
import React, { StatelessComponent, ComponentClass, ComponentLifecycle } from "react";
import { GondelBaseComponent } from "@gondel/core";
import { KeysMatching, UnwrapPromise } from "./utils";
export declare type RenderableReactComponent<State> = StatelessComponent<State> | ComponentClass<State, any>;
declare type RenderableReactComponent<State> = StatelessComponent<State> | ComponentClass<State, any>;
declare type StateOfComponent<T> = T extends RenderableReactComponent<infer V> ? V : never;
interface ConstructableGondelReactComponent<State> {
export interface ConstructableGondelReactComponent<State> {
new (...args: any[]): GondelReactComponent<State>;

@@ -8,0 +8,0 @@ }

{
"name": "@gondel/plugin-react",
"version": "1.2.2",
"version": "1.2.3",
"description": "Gondel Plugin to boot react widgets and apps",

@@ -60,3 +60,3 @@ "bugs": "https://github.com/namics/gondel/issues",

},
"gitHead": "d8a89b5c3e9c95c5ae6eebeafcfcdb9469cb3d2e"
"gitHead": "bef490988a05b052d6461d8ef2275f784df4245b"
}

Sorry, the diff of this file is not supported yet

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