Socket
Socket
Sign inDemoInstall

reshow

Package Overview
Dependencies
61
Maintainers
1
Versions
281
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.5 to 0.1.6

5

build/src/stores/pageStore.js

@@ -41,3 +41,3 @@ 'use strict';

return _ret = (_temp = (_this = _possibleConstructorReturn(this, (_ref = PageStore.__proto__ || Object.getPrototypeOf(PageStore)).call.apply(_ref, [this].concat(args))), _this), _this.get = function (k) {
return _ret = (_temp = (_this = _possibleConstructorReturn(this, (_ref = PageStore.__proto__ || Object.getPrototypeOf(PageStore)).call.apply(_ref, [this].concat(args))), _this), _this.getMap = function (k) {
var state = _this.getState();

@@ -48,2 +48,5 @@ var v = state.get(k);

}
if (!v) {
v = {};
}
return v;

@@ -50,0 +53,0 @@ }, _temp), _possibleConstructorReturn(_this, _ret);

2

package.json
{
"name": "reshow",
"version": "0.1.5",
"version": "0.1.6",
"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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc