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.34 to 0.17.35

6

build/cjs/src/ui/organisms/Return.js

@@ -23,6 +23,6 @@ "use strict";

* @typedef {object} ReturnProps
* @property {import("../../../../reshow-flux-base/src/createReducer").StoreObject<any>} store
* @property {import("reshow-flux-base").StoreObject} store
* @property {import("../../connectOptions").InitStatesProps} initStates
* @property {import("react").ReactChild} children
* @property {boolean} backfillProps
* @property {import("react").ReactChild} [children]
* @property {boolean} [backfillProps]
*/

@@ -29,0 +29,0 @@

{
"version": "0.17.34",
"version": "0.17.35",
"name": "reshow-return",

@@ -45,3 +45,3 @@ "repository": {

"scripts": {
"clean": "find ./build -name '*.*' | xargs rm -rf",
"clean": "find ./build ./types -name '*.*' | xargs rm -rf",
"build:cjs": "BABEL_ENV=cjs babel src -d build/cjs/src --ignore /**/__tests__ --root-mode upward",

@@ -48,0 +48,0 @@ "build:es": "BABEL_ENV=es babel src -d build/es/src --out-file-extension .mjs --root-mode upward",

@@ -9,6 +9,6 @@ export default Return;

export type ReturnProps = {
store: string;
store: import("reshow-flux-base").StoreObject;
initStates: import("../../connectOptions").InitStatesProps;
children: import("react").ReactChild;
backfillProps: boolean;
children?: import("react").ReactChild;
backfillProps?: boolean;
};

@@ -31,6 +31,6 @@ /**

* @typedef {object} ReturnProps
* @property {string} store
* @property {import("reshow-flux-base").StoreObject} store
* @property {import("../../connectOptions").InitStatesProps} initStates
* @property {import("react").ReactChild} children
* @property {boolean} backfillProps
* @property {import("react").ReactChild} [children]
* @property {boolean} [backfillProps]
*/

@@ -37,0 +37,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