New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

redux-falcor

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redux-falcor - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

README.md

1

dist/falcorRedux.js

@@ -236,2 +236,3 @@ (function webpackUniversalModuleDefinition(root, factory) {

case _actions.RETRIEVE_PATH:
case _actions.RETRIEVE_PATHS:
case _actions.SET_PATH:

@@ -238,0 +239,0 @@ return _deepmerge2['default'](state, action.res.json);

@@ -21,2 +21,3 @@ 'use strict';

case _actions.RETRIEVE_PATH:
case _actions.RETRIEVE_PATHS:
case _actions.SET_PATH:

@@ -23,0 +24,0 @@ return _deepmerge2['default'](state, action.res.json);

2

package.json
{
"name": "redux-falcor",
"version": "1.1.1",
"version": "1.1.2",
"description": "A helper library for integratig Redux & Falcor",

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

import merge from 'deepmerge';
import { RETRIEVE_PATH, SET_PATH } from './actions';
import { RETRIEVE_PATH, RETRIEVE_PATHS, SET_PATH } from './actions';

@@ -9,2 +9,3 @@ const initialState = {};

case RETRIEVE_PATH:
case RETRIEVE_PATHS:
case SET_PATH:

@@ -11,0 +12,0 @@ return merge(state, action.res.json);

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