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

reshow-return

Package Overview
Dependencies
Maintainers
1
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reshow-return - npm Package Compare versions

Comparing version 0.17.46 to 0.17.47

2

build/cjs/usePartialRender.js

@@ -22,3 +22,3 @@ "use strict";

* @param {{[key: string]: React.ReactElement}|Immutable.Map<string,React.ReactElement>} [initChildren]
* @returns {[React.ReactElement[], DispatchType<any, ChildrenType>, DispatchType<any, string[]>]}
* @returns {[React.ReactElement[], DispatchType<any, ChildrenType>, DispatchType<any, any[]>]}
*/

@@ -25,0 +25,0 @@ var usePartialRender = function usePartialRender(initRenderKeys, initChildren) {

{
"version": "0.17.46",
"version": "0.17.47",
"name": "reshow-return",

@@ -4,0 +4,0 @@ "repository": {

@@ -12,7 +12,7 @@ export default usePartialRender;

* @param {{[key: string]: React.ReactElement}|Immutable.Map<string,React.ReactElement>} [initChildren]
* @returns {[React.ReactElement[], DispatchType<any, ChildrenType>, DispatchType<any, string[]>]}
* @returns {[React.ReactElement[], DispatchType<any, ChildrenType>, DispatchType<any, any[]>]}
*/
declare function usePartialRender<ChildrenType>(initRenderKeys?: string[] | import("immutable").Seq<any, any>, initChildren?: {
[key: string]: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
} | Map<string, import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>>): [import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>[], DispatchType<any, ChildrenType>, DispatchType<any, string[]>];
} | Map<string, import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>>): [import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>[], DispatchType<any, ChildrenType>, DispatchType<any, any[]>];
import { Map } from "reshow-flux";

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