Socket
Socket
Sign inDemoInstall

reshow

Package Overview
Dependencies
Maintainers
1
Versions
281
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reshow - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

6

build/src/index.js

@@ -82,2 +82,6 @@ 'use strict';

function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
var global = exports.global = {};
// Default

3

build/ui/organisms/reshow.js

@@ -31,4 +31,5 @@ 'use strict';

var pageState = _index.pageStore.getState();
_index.global.path = pageState.get('themePath');
return {
themePath: pageState.get('themePath')
themePath: _index.global.path
};

@@ -35,0 +36,0 @@ }

@@ -35,2 +35,5 @@ 'use strict';

var pageState = _index.pageStore.getState();
if (_index.global.path !== pageState.get('themePath')) {
return prevState;
}
var data = pageState.get('data').toJS();

@@ -37,0 +40,0 @@ var i18n = pageState.get('I18N').toJS();

{
"name": "reshow",
"version": "0.0.4",
"version": "0.0.5",
"description": "Flux Reducer Present Library",

@@ -5,0 +5,0 @@ "main": "./build/src/index.js",

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