Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

redux-zero

Package Overview
Dependencies
Maintainers
2
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redux-zero - npm Package Versions

1
57

2.1.3

Diff

matheusml
published 2.1.2 •

matheusml
published 2.1.1 •

matheusml
published 2.1.0 •

Changelog

Source

2.1.0

  • Now you can pass a function to setState. Example:
store.setState(state => {
  return {
    counter: state.counter + 1,
    changed: true
  };
});
concretesolutions
published 2.0.0 •

Changelog

Source

2.0.0

  • Changing Provider API to accept store as a prop instead of context.
concretesolutions
published 1.1.0 •

Changelog

Source

1.1.0

  • Removing PropTypes
concretesolutions
published 1.0.6 •

concretesolutions
published 1.0.5 •

concretesolutions
published 1.0.4 •

concretesolutions
published 1.0.3 •

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