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.1.0 to 1.1.1

11

CHANGELOG.md

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

## [1.1.1](https://github.com/namics/gondel/compare/v1.1.0...v1.1.1) (2020-01-16)
### Bug Fixes
* **react plugin:** provide default type for State ([d388473](https://github.com/namics/gondel/commit/d388473))
# [1.1.0](https://github.com/namics/gondel/compare/v1.0.0...v1.1.0) (2020-01-16)

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

2

dist/GondelReactComponent.d.ts
import React, { StatelessComponent, ComponentClass, ComponentLifecycle } from "react";
import { GondelBaseComponent } from "@gondel/core";
declare type RenderableReactComponent<State> = StatelessComponent<Readonly<State>> | ComponentClass<Readonly<State>, any>;
export declare class GondelReactComponent<State> extends GondelBaseComponent implements ComponentLifecycle<null, State> {
export declare class GondelReactComponent<State extends {}> extends GondelBaseComponent implements ComponentLifecycle<null, State> {
static readonly AppPromiseMap: WeakMap<Promise<RenderableReactComponent<any>>, RenderableReactComponent<any>>;

@@ -6,0 +6,0 @@ _setInternalState: (config: State) => void | undefined;

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

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

},
"gitHead": "f5265fead99d39b1b5fee5572e5216c1fcb0a34f"
"gitHead": "5d50e0676434daa46138c1b3bdbf50d887afa259"
}

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