🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

redux-auth-wrapper

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redux-auth-wrapper - npm Package Versions

0.4.0

Diff
mjrussell
published 0.4.0 •

Changelog

Source

0.5

  • Feature: Adds isAuthenticating selector and LoadingComponent #35. (Contributed by @cab)
mjrussell
published 0.3.0 •

Changelog

Source

0.4

  • Feature: Adds React Native support #33
mjrussell
published 0.2.1 •

Changelog

Source

0.2.1

  • router context is only required if no redirectAction
mjrussell
published 0.2.0 •

Changelog

Source

0.2.0

  • Feature: new redirectAction config arg, removes dependency on a redux-routing implementation #13
  • Feature: New config object syntax for AuthWrapper #12
  • Deprecation: Deprecates AuthWrapper args syntax #12
  • Feature: Hoists wrapped component's statics up to the returned component
mjrussell
published 0.1.1 •

Changelog

Source

0.1.1

  • Fixes the bad npm publish
mjrussell
published 0.1.0 •

Changelog

Source

0.1.0

  • First release!
  • Adds AuthWrapper with args syntax
  • Examples using Redux-Simple-Router (now React-Router-Redux)
  • Lots of tests