Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.1.17 to 0.1.18

7

build/ui/organisms/ReshowComponent.js

@@ -27,2 +27,4 @@ 'use strict';

var keys = Object.keys;
var ReshowComponent = function (_Component) {

@@ -57,4 +59,5 @@ _inherits(ReshowComponent, _Component);

});
this.pathStates.forEach(function (path, key) {
results[key] = (0, _getObjectValue2.default)(results, path);
var pathStates = this.pathStates;
keys(pathStates).forEach(function (key) {
results[key] = (0, _getObjectValue2.default)(results, pathStates[key]);
});

@@ -61,0 +64,0 @@ return results;

{
"name": "reshow",
"version": "0.1.17",
"version": "0.1.18",
"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