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

wappsto-redux

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wappsto-redux - npm Package Compare versions

Comparing version 3.0.8 to 3.0.9

1

actions/stream.js

@@ -251,2 +251,3 @@ import querystring from 'querystring';

websockets[stream.name].stop = true;
websockets[stream.name].silent = true;
websockets[stream.name].close();

@@ -253,0 +254,0 @@ }

2

package.json
{
"name": "wappsto-redux",
"version": "3.0.8",
"version": "3.0.9",
"description": "",

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

@@ -72,4 +72,4 @@ import { createSelector } from "reselect";

} else if(options.constructor === Object){
if(parent){
if(parent.hasOwnProperty(type)){
if(options.parent){
if(parent && parent.hasOwnProperty(type)){
if(parent[type].constructor === Array){

@@ -142,5 +142,5 @@ for(let i = 0; i < parent[type].length; i++){

if(entities){
if(parent){
if(options.parent){
result = [];
if(parent.hasOwnProperty(type)){
if(parent && parent.hasOwnProperty(type)){
parent[type].forEach((id) => {

@@ -147,0 +147,0 @@ let found = entities[id];

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