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

react-use-sub

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-use-sub - npm Package Versions

134

2.2.1

Diff

Changelog

Source

[2.2.1] - 2021-11-01

Fixed

  • Include React 17 as valid peer dependency.
vluft
published 2.2.1-beta.1 •

vluft
published 2.2.0 •

Changelog

Source

[2.2.0] - 2021-07-06

Changed

  • Optional state does not need to be initialized with explicit undefined value anymore. The store updates allow now also to set data that does not belong into the store. Using strict TS checks, should avoid this to happen, so it's not enforced by the given code anymore.
vluft
published 2.1.1 •

Changelog

Source

[2.1.1] - 2021-06-30

Fix

  • NextJS stopped working because setting "type": "module" in own package.json was overriding the default of the package importer. Hence, the package could only be used as ESM.
vluft
published 2.1.0 •

Changelog

Source

[2.1.0] - 2021-05-02

Added

  • Store.listen allows adding (and removing) listeners on the store outside react components.
vluft
published 2.0.0 •

Changelog

Source

[2.0.0] - 2021-03-21

Added

  • Migration Guide v2

Changed

vluft
published 1.2.0 •

Changelog

Source

[1.2.0] - 2021-03-17

Added

vluft
published 1.1.1 •

Changelog

Source

[1.1.1] - 2021-03-14

Changed

  • Node version >= 12 requirement. Possibly still works with older Node versions.
vluft
published 1.1.0 •

Changelog

Source

[1.1.0] - 2020-09-03

Added

  • Conditional store updates.
vluft
published 1.0.4 •

Changelog

Source

[1.0.4] - 2020-09-03

Added

  • Improve IDE auto-import by moving index file into root directory.
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