Socket
Socket
Sign inDemoInstall

@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.1 to 1.2.2

11

CHANGELOG.md

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

## [1.2.2](https://github.com/namics/gondel/compare/v1.2.1...v1.2.2) (2020-03-09)
### Bug Fixes
* **react plugin:** export typescript interface for better ide support ([2aebda5](https://github.com/namics/gondel/commit/2aebda56160bbd5d831c9ca5137731d1ec2d035b))
## [1.2.1](https://github.com/namics/gondel/compare/v1.2.0...v1.2.1) (2020-03-09)

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

2

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

@@ -6,0 +6,0 @@ interface ConstructableGondelReactComponent<State> {

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

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

},
"gitHead": "90dce9255e6d985d47eccce7d62e2f7a0c72fae9"
"gitHead": "d8a89b5c3e9c95c5ae6eebeafcfcdb9469cb3d2e"
}

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