Socket
Socket
Sign inDemoInstall

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.40 to 0.17.41

7

build/cjs/src/useReturn.js

@@ -12,4 +12,5 @@ "use strict";

* @typedef {object} UseReturnPayLoad
* @param {{[key: string]: string[]}} [pathStates]
* @param {boolean} [immutable]
* @property {{[key: string]: string[]}} [pathStates]
* @property {string[]} [excludeStates]
* @property {boolean} [immutable]
*/

@@ -29,2 +30,3 @@

pathStates = _ref.pathStates,
excludeStates = _ref.excludeStates,
_ref$immutable = _ref.immutable,

@@ -36,2 +38,3 @@ immutable = _ref$immutable === void 0 ? true : _ref$immutable;

pathStates: pathStates,
excludeStates: excludeStates,
immutable: immutable

@@ -38,0 +41,0 @@ });

{
"version": "0.17.40",
"version": "0.17.41",
"name": "reshow-return",

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

export default useReturn;
export type UseReturnPayLoad = object;
export type UseReturnPayLoad = {
pathStates?: {
[key: string]: string[];
};
excludeStates?: string[];
immutable?: boolean;
};
export type UseReturnType = (initStates: import('./connectOptions').InitStatesProps, store: import("reshow-flux-base").StoreObject<any>, payload?: UseReturnPayLoad) => any;
/**
* @typedef {object} UseReturnPayLoad
* @param {{[key: string]: string[]}} [pathStates]
* @param {boolean} [immutable]
* @property {{[key: string]: string[]}} [pathStates]
* @property {string[]} [excludeStates]
* @property {boolean} [immutable]
*/

@@ -9,0 +16,0 @@ /**

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