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

@react-hookz/web

Package Overview
Dependencies
Maintainers
2
Versions
128
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-hookz/web - npm Package Versions

1
13

3.5.0

Diff

Changelog

Source

3.5.0 (2021-06-24)

Features

  • new hook useMap (#155) (523dd81)
xobotyi
published 3.4.0 •

Changelog

Source

3.4.0 (2021-06-24)

Features

xobotyi
published 3.3.0 •

Changelog

Source

3.3.0 (2021-06-22)

Features

xobotyi
published 3.2.0 •

Changelog

Source

3.2.0 (2021-06-22)

Features

xobotyi
published 3.1.0 •

Changelog

Source

3.1.0 (2021-06-17)

Features

  • new hooks useThrottledEffect and useThrottledState (#137) (1cc6677)
xobotyi
published 3.0.1 •

Changelog

Source

3.0.1 (2021-06-16)

Bug Fixes

xobotyi
published 3.0.0 •

Changelog

Source

3.0.0 (2021-06-16)

Bug Fixes

  • rename useThrottleCallback and useDebounceCallback (#130) (77f66d7), closes #129

Features

  • add maxWait parameter to useDebouncedCallback hook (#131) (600baa8)
  • change args for useThrottledCallback and useDebouncedCallback (#132) (131d98e)
  • new hooks useDebouncedEffect and useDebouncedState (#133) (1d164ff)

BREAKING CHANGES

  • delay and deps arguments are swapped position for useThrottledCallback and useDebouncedCallback hooks to be aligned with useCallback signature.
  • useDebounceCallback renamed to useDebouncedCallback useThrottleCallback renamed to useThrottledCallback
xobotyi
published 2.2.0 •

Changelog

Source

2.2.0 (2021-06-15)

Features

xobotyi
published 2.1.0 •

Changelog

Source

2.1.0 (2021-06-14)

Features

  • import reused hooks from the index file instead of its definition (f4bd609)
xobotyi
published 2.0.0 •

Changelog

Source

2.0.0 (2021-06-14)

Features

  • add initializeWithValue option to useCookie hook (#120) (17c9543)

BREAKING CHANGES

  • useCookie renamed to useCookieValue
  • useCookieValue default behaviour for browsers changed to fetch cookie value on state initialisation.

SSR remains untouched, but requires implicit setting of initializeWithValue option to false, to avoid hydration mismatch.

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