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 0.0.6 to 0.0.7

11

CHANGELOG.md

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

## [0.0.7](https://github.com/namics/gondel/compare/v0.0.6...v0.0.7) (2018-11-05)
### Bug Fixes
* **core:** Prevent errors during the event handling ([a560c64](https://github.com/namics/gondel/commit/a560c64))
<a name="0.0.6"></a>

@@ -8,0 +19,0 @@ ## [0.0.6](https://github.com/namics/gondel/compare/v0.0.5...v0.0.6) (2018-09-25)

2

dist/AppWrapper.d.ts

@@ -10,4 +10,4 @@ import React, { Component } from "react";

updateConfig: (config: TConfig) => void;
render(): JSX.Element | (string & ((props: TConfig) => JSX.Element)) | (number & ((props: TConfig) => JSX.Element)) | (false & ((props: TConfig) => JSX.Element)) | (true & ((props: TConfig) => JSX.Element)) | ((string | number | boolean | any[] | React.ReactElement<any>)[] & ((props: TConfig) => JSX.Element)) | (React.ReactPortal & ((props: TConfig) => JSX.Element)) | undefined;
render(): JSX.Element | (string & ((props: TConfig) => JSX.Element)) | (number & ((props: TConfig) => JSX.Element)) | (false & ((props: TConfig) => JSX.Element)) | (true & ((props: TConfig) => JSX.Element)) | (React.ReactNodeArray & ((props: TConfig) => JSX.Element)) | undefined;
}
export declare function createRenderAbleAppWrapper<TConfig>(props: Props<TConfig>): JSX.Element;
{
"name": "@gondel/plugin-react",
"version": "0.0.6",
"version": "0.0.7",
"description": "Gondel Plugin to boot react widgets and apps",

@@ -28,10 +28,10 @@ "bugs": "https://github.com/namics/gondel/issues",

"devDependencies": {
"@gondel/core": "^0.0.6",
"@gondel/core": "^0.0.7",
"npm-run-all": "4.1.3",
"react": "16.3.2",
"react-dom": "16.3.3",
"react": "16.6.0",
"react-dom": "16.6.0",
"rimraf": "2.6.2",
"typescript": "3.0.1"
"typescript": "3.0.3"
},
"gitHead": "fb4a4ad0c495d5320fc40253b6c294fb30020aad"
"gitHead": "b75d7d556d15a73c6a19b175b4a5156327018010"
}
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