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 2.3.2 to 2.3.3

2

dist/falcorRedux.js

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

return _extends({}, state, { loading: true, _requests: _extends({}, _requests, (_extends2 = {}, _extends2[action.id] = true, _extends2)) });
return _extends({}, state, { loading: true, _requests: _extends({}, _requests, (_extends2 = {}, _extends2[action._id] = true, _extends2)) });
}

@@ -342,0 +342,0 @@

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

return _extends({}, state, { loading: true, _requests: _extends({}, _requests, (_extends2 = {}, _extends2[action.id] = true, _extends2)) });
return _extends({}, state, { loading: true, _requests: _extends({}, _requests, (_extends2 = {}, _extends2[action._id] = true, _extends2)) });
}

@@ -50,0 +50,0 @@

{
"name": "redux-falcor",
"version": "2.3.2",
"version": "2.3.3",
"description": "A helper library for integratig Redux & Falcor",

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

@@ -30,3 +30,3 @@ import merge from 'deepmerge';

if (endsWith(action.type, '_REQUEST')) {
return {...state, loading: true, _requests: {..._requests, [action.id]: true} };
return {...state, loading: true, _requests: {..._requests, [action._id]: true} };
}

@@ -33,0 +33,0 @@

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