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.37 to 0.17.38

4

build/cjs/src/usePartialRender.js

@@ -20,4 +20,4 @@ "use strict";

* @template ChildrenType
* @param {string[]} initRenderKeys
* @param {ChildrenType[]} initChildren
* @param {string[]} [initRenderKeys]
* @param {{[key: string]: React.ReactElement}} [initChildren]
* @returns {[React.ReactElement[], DispatchType<ChildrenType>, DispatchType<any>]}

@@ -24,0 +24,0 @@ */

{
"version": "0.17.37",
"version": "0.17.38",
"name": "reshow-return",

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

@@ -9,6 +9,8 @@ export default usePartialRender;

* @template ChildrenType
* @param {string[]} initRenderKeys
* @param {ChildrenType[]} initChildren
* @param {string[]} [initRenderKeys]
* @param {{[key: string]: React.ReactElement}} [initChildren]
* @returns {[React.ReactElement[], DispatchType<ChildrenType>, DispatchType<any>]}
*/
declare function usePartialRender<ChildrenType>(initRenderKeys: string[], initChildren: ChildrenType[]): [import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>[], DispatchType<ChildrenType>, DispatchType<any>];
declare function usePartialRender<ChildrenType>(initRenderKeys?: string[], initChildren?: {
[key: string]: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
}): [import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>[], DispatchType<ChildrenType>, DispatchType<any>];

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