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.4 to 3.0.5

0

actions/entities.js

@@ -0,0 +0,0 @@ export const ADD_ENTITIES = 'ADD_ENTITIES';

@@ -0,0 +0,0 @@ export const ADD_ITEM = "ADD_ITEM";

@@ -0,0 +0,0 @@ import querystring from 'querystring';

@@ -0,0 +0,0 @@ export const ADD_SESSION = "ADD_SESSION";

2

actions/stream.js

@@ -218,3 +218,3 @@ import querystring from 'querystring';

let { parent } = getUrlInfo(message.path, 1);
dispatch(removeEntities(message.meta_object.type, [message.meta_object.id]), { parent });
dispatch(removeEntities(message.meta_object.type, [message.meta_object.id], { parent }));
break;

@@ -221,0 +221,0 @@ default:

export default {
baseUrl: "/services"
}

@@ -0,0 +0,0 @@ import './reducers';

@@ -0,0 +0,0 @@ import config from './config';

{
"name": "wappsto-redux",
"version": "3.0.4",
"version": "3.0.5",
"description": "",

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

# wappsto-redux

@@ -0,0 +0,0 @@ import { normalize } from 'normalizr';

@@ -0,0 +0,0 @@ import './request';

@@ -0,0 +0,0 @@ import {

@@ -0,0 +0,0 @@ import {

@@ -0,0 +0,0 @@ import {

@@ -0,0 +0,0 @@ import { UPDATE_STREAM, REMOVE_STREAM, status } from "../actions/stream";

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

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

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

export const getSession = (state) => state.session;

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

@@ -0,0 +0,0 @@ import config from '../config';

@@ -0,0 +0,0 @@ export function parse(json){

@@ -0,0 +0,0 @@ export class ReducerRegistry {

@@ -0,0 +0,0 @@ import { schema } from "normalizr";

@@ -0,0 +0,0 @@ let schemaTree = {

Sorry, the diff of this file is not supported yet

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