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

redux-react-hook

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redux-react-hook - npm Package Versions

2

4.0.3

Diff

Changelog

Source

v4.0.3

Oct 7, 2020

  • Add equalityCheck to useMappedState TypeScript def (thanks @fredriksundin)
  • Fix memoize: save argument only if function does not throw (thanks @pauldijou)
  • Update dependency versions
ianobermiller
published 4.0.1 •

Changelog

Source

v4.0.1

Nov 25, 2019

  • Published without rebasing with new changes. Doh.
ianobermiller
published 4.0.0 •

Changelog

Source

v4.0.0

Nov 25, 2019

  • Breaking Change: the default comparision for the return value of mapState has changed from shallow equality to reference equality. To restore the old behavior, pass a shallow equal comparison function to create (e.g. create({defaultEqualityCheck: shallowEqual})). The shallowequal module is equivalent.
ianobermiller
published 3.4.0 •

Changelog

Source

v3.4.0

Oct 15, 2019

  • useLayoutEffect to avoid unnecessary renders (thanks @goloveychuk!), fixing #73
ianobermiller
published 3.3.2 •

Changelog

Source

v3.3.2

Apr 29, 2019

  • TypeScript types: allow custom dispatch type (thanks @zebrallel)
  • Flow types: clean up after actual usage
ianobermiller
published 3.3.1 •

Changelog

Source

v3.3.1

Apr 8, 2019

  • Don't resubscribe if mapState changes (thanks @Turanchoks)
ianobermiller
published 3.3.0 •

Changelog

Source

v3.3.0

Apr 5, 2019

  • Simplify implementation, avoiding stale reads (thanks @Turanchoks!)
  • Remove prop-type as a peerDependency
  • Hand role TypeScript types to work around issues with create-react-app
  • Add Flow types to distributed build
ianobermiller
published 3.2.1 •

Changelog

Source

v3.2.1

Mar 13, 2019

  • Remove react-dom as a peerDependency
ianobermiller
published 3.2.0 •

Changelog

Source

v3.2.0

Feb 21, 2019

  • Avoid double render if new mapState returns same mappedState (thanks @Turanchoks!)
  • Add create function for better typing (thanks @nmn!)
ianobermiller
published 3.1.0 •

Changelog

Source

v3.1.0

Feb 6, 2019

  • Update React dependency to 16.8.1, the one with hooks
  • Update all other dependencies to the latest
2
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