Socket
Socket
Sign inDemoInstall

reshow

Package Overview
Dependencies
308
Maintainers
1
Versions
281
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.17.31 to 0.18.0

30

build/cjs/ui/molecules/Reshow.js

@@ -13,2 +13,11 @@ "use strict";

);
var _possibleConstructorReturn2 = _interopRequireDefault(
require("reshow-runtime/helpers/possibleConstructorReturn")
);
var _isNativeReflectConstruct2 = _interopRequireDefault(
require("reshow-runtime/helpers/isNativeReflectConstruct")
);
var _getPrototypeOf2 = _interopRequireDefault(
require("reshow-runtime/helpers/getPrototypeOf")
);
var _assertThisInitialized2 = _interopRequireDefault(

@@ -20,5 +29,2 @@ require("reshow-runtime/helpers/assertThisInitialized")

);
var _createSuper2 = _interopRequireDefault(
require("reshow-runtime/helpers/createSuper")
);
var _defineProperty2 = _interopRequireDefault(

@@ -43,2 +49,17 @@ require("reshow-runtime/helpers/defineProperty")

var _jsxRuntime = require("react/jsx-runtime");
function _callSuper(t, o, e) {
return (
(o = (0, _getPrototypeOf2["default"])(o)),
(0, _possibleConstructorReturn2["default"])(
t,
(0, _isNativeReflectConstruct2["default"])()
? Reflect.construct(
o,
e || [],
(0, _getPrototypeOf2["default"])(t).constructor
)
: o.apply(t, e)
)
);
}
var isInit;

@@ -71,3 +92,2 @@ var lastUrl;

(0, _inherits2["default"])(Reshow, _PureComponent);
var _super = (0, _createSuper2["default"])(Reshow);
function Reshow(props) {

@@ -80,3 +100,3 @@ var _this;

}
_this = _super.call(this, props);
_this = _callSuper(this, Reshow, [props]);
_this.state = {

@@ -83,0 +103,0 @@ hasError: false,

6

package.json
{
"version": "0.17.31",
"version": "0.18.0",
"name": "reshow",

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

"devDependencies": {
"lerna": "^5.x",
"lerna": "^7.0.0",
"react": "^18.x",

@@ -49,3 +49,3 @@ "react-dom": "^18.x",

"scripts": {
"yarn-up-all": "lerna exec yarn upgrade",
"up-all": "lerna exec yarn upgrade",
"format": "prettier-eslint --write '**/src/**/*.js' '**/ui/**/*.js*'",

@@ -52,0 +52,0 @@ "clean": "find ./build ./types -name '*.*' | xargs rm -rf",

export const localStorageStore: import("reshow-flux-base").StoreObject<any, any>;
export const localStorageDispatch: import("reshow-flux-base/types/createReducer").DispatchType<any, any>;
export const localStorageDispatch: import("reshow-flux-base/types/createReducer").DispatchFunction<any, any>;
export const localValueStore: import("reshow-flux-base").StoreObject<any, any>;
export const localValueDispatch: import("reshow-flux-base/types/createReducer").DispatchType<any, any>;
export const localValueDispatch: import("reshow-flux-base/types/createReducer").DispatchFunction<any, any>;
export const sessionStorageStore: import("reshow-flux-base").StoreObject<any, any>;
export const sessionStorageDispatch: import("reshow-flux-base/types/createReducer").DispatchType<any, any>;
export const sessionStorageDispatch: import("reshow-flux-base/types/createReducer").DispatchFunction<any, any>;
export const sessionValueStore: import("reshow-flux-base").StoreObject<any, any>;
export const sessionValueDispatch: import("reshow-flux-base/types/createReducer").DispatchType<any, any>;
export const sessionValueDispatch: import("reshow-flux-base/types/createReducer").DispatchFunction<any, any>;

@@ -6,5 +6,5 @@ export default store;

getState: () => import("reshow-flux/types/ImmutableStore").StateMap;
addListener: import("reshow-flux-base/types/type").EmitterAddCall<import("reshow-flux/types/ImmutableStore").StateMap, import("reshow-flux/types/ImmutableStore").MaybeMapType>;
removeListener: import("reshow-flux-base/types/type").EmitterRemoveCall<import("reshow-flux/types/ImmutableStore").StateMap, import("reshow-flux/types/ImmutableStore").MaybeMapType>;
addListener: import("reshow-flux-base/types/type").EmitterAddCall<import("reshow-flux/types/ImmutableStore").StateMap, import("reshow-flux").MaybeMapType>;
removeListener: import("reshow-flux-base/types/type").EmitterRemoveCall<import("reshow-flux/types/ImmutableStore").StateMap, import("reshow-flux").MaybeMapType>;
};
export const messageDispatch: import("reshow-flux-base/types/createReducer").DispatchType<import("reshow-flux/types/ImmutableStore").StateMap, import("reshow-flux/types/ImmutableStore").MaybeMapType>;
export const messageDispatch: import("reshow-flux-base/types/createReducer").DispatchFunction<import("reshow-flux/types/ImmutableStore").StateMap, import("reshow-flux").MaybeMapType>;

@@ -6,5 +6,5 @@ export default store;

getState: () => import("reshow-flux/types/ImmutableStore").StateMap;
addListener: import("reshow-flux-base/types/type").EmitterAddCall<import("reshow-flux/types/ImmutableStore").StateMap, import("reshow-flux/types/ImmutableStore").MaybeMapType>;
removeListener: import("reshow-flux-base/types/type").EmitterRemoveCall<import("reshow-flux/types/ImmutableStore").StateMap, import("reshow-flux/types/ImmutableStore").MaybeMapType>;
addListener: import("reshow-flux-base/types/type").EmitterAddCall<import("reshow-flux/types/ImmutableStore").StateMap, import("reshow-flux").MaybeMapType>;
removeListener: import("reshow-flux-base/types/type").EmitterRemoveCall<import("reshow-flux/types/ImmutableStore").StateMap, import("reshow-flux").MaybeMapType>;
};
export const pageDispatch: import("reshow-flux-base/types/createReducer").DispatchType<import("reshow-flux/types/ImmutableStore").StateMap, import("reshow-flux/types/ImmutableStore").MaybeMapType>;
export const pageDispatch: import("reshow-flux-base/types/createReducer").DispatchFunction<import("reshow-flux/types/ImmutableStore").StateMap, import("reshow-flux").MaybeMapType>;

@@ -6,5 +6,5 @@ export default store;

getState: () => import("reshow-flux/types/ImmutableStore").StateMap;
addListener: import("reshow-flux-base/types/type").EmitterAddCall<import("reshow-flux/types/ImmutableStore").StateMap, import("reshow-flux/types/ImmutableStore").MaybeMapType>;
removeListener: import("reshow-flux-base/types/type").EmitterRemoveCall<import("reshow-flux/types/ImmutableStore").StateMap, import("reshow-flux/types/ImmutableStore").MaybeMapType>;
addListener: import("reshow-flux-base/types/type").EmitterAddCall<import("reshow-flux/types/ImmutableStore").StateMap, import("reshow-flux").MaybeMapType>;
removeListener: import("reshow-flux-base/types/type").EmitterRemoveCall<import("reshow-flux/types/ImmutableStore").StateMap, import("reshow-flux").MaybeMapType>;
};
export const realTimeDispatch: import("reshow-flux-base/types/createReducer").DispatchType<import("reshow-flux/types/ImmutableStore").StateMap, import("reshow-flux/types/ImmutableStore").MaybeMapType>;
export const realTimeDispatch: import("reshow-flux-base/types/createReducer").DispatchFunction<import("reshow-flux/types/ImmutableStore").StateMap, import("reshow-flux").MaybeMapType>;

@@ -11,4 +11,4 @@ declare const myConnectOptions: {

};
declare const ReshowReturn: import("react").ElementType<any>;
declare const ReshowReturn: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements>;
import { connectOptions } from "reshow-return";
export { myConnectOptions as connectOptions, ReshowReturn as Return };
export default RealTimeReturn;
declare const RealTimeReturn: import("react").ElementType<any>;
declare const RealTimeReturn: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements>;
export default Section;
declare function Section(props: any): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
declare namespace Section {
const displayName: string;
let displayName: string;
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc