Socket
Socket
Sign inDemoInstall

redux-supervisor

Package Overview
Dependencies
293
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.9.0 to 2.9.1

1

lib/selectors.js

@@ -124,2 +124,3 @@ import _defineProperty from 'babel-runtime/helpers/defineProperty';

isError: selectIsError(store),
isComplete: selectIsOk(store) || selectIsError(store),
error: selectError(store),

@@ -126,0 +127,0 @@ data: selectData(store)

2

package.json
{
"name": "redux-supervisor",
"version": "2.9.0",
"version": "2.9.1",
"description": "",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc