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.3 to 0.0.4

25

build/ui/organisms/reshow.js

@@ -22,2 +22,17 @@ 'use strict';

_createClass(Reshow, null, [{
key: 'getStores',
value: function getStores() {
return [_index.pageStore];
}
}, {
key: 'calculateState',
value: function calculateState(prevState) {
var pageState = _index.pageStore.getState();
return {
themePath: pageState.get('themePath')
};
}
}]);
function Reshow(props) {

@@ -29,6 +44,2 @@ _classCallCheck(this, Reshow);

_this.update(props);
_this.state = {
themePath: props.themePath,
popup: null
};
return _this;

@@ -60,5 +71,2 @@ }

self.update(json);
self.setState({
themePath: json.themePath
});
}

@@ -72,3 +80,4 @@ });

exports.default = Reshow;
var ReshowContainer = _index.Container.create(Reshow);
exports.default = ReshowContainer;
module.exports = exports['default'];
{
"name": "reshow",
"version": "0.0.3",
"version": "0.0.4",
"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