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

12.1.0

Diff

Changelog

Source

12.1.0 (2022-01-11)

Features

  • useMeasure,useResizeObserver: ability yo disable observation (#573) (4c6f074), closes #523
xobotyi
published 12.0.4 •

xobotyi
published 12.0.3 •

Changelog

Source

12.0.3 (2021-12-23)

Bug Fixes

xobotyi
published 12.0.0 •

Changelog

Source

12.0.0 (2021-10-01)

Features

  • exclude @types/react and @types/react-dom from deps (bcaca2e), closes #353

BREAKING CHANGES

  • @types/react and @types/react-dom are no more presented in dependencies.
xobotyi
published 11.1.0 •

Changelog

Source

11.1.0 (2021-09-28)

Features

xobotyi
published 11.0.0 •

Changelog

Source

11.0.0 (2021-09-28)

Bug Fixes

  • proper links in readme that don't break in firefox (b406dc6)

Features

  • improve useConditionalEffect and remove useConditionalUpdateEffect (#345) (4474cf7)

BREAKING CHANGES

  • useConditionalEffect conditions and deps arguments now switched places.

  • feat(useConditionalEffect): added ability to wrap other effect hooks

  • feat: remove useConditionalUpdateEffect

  • useConditionalUpdateEffect removed in favor of composition with useConditionalEffect.

Now you should simpy pass extra argument to achieve same functionality: useConditionalEffect(()=>{}, undefined, [], truthyAndArrayPredicate, useUpdateEffect)

  • Interface IUseConditionalEffectPredicate renamed to IConditionsPredicate

  • docs: cleanup, remove useConditionalUpdateEffect from readme

Co-authored-by: Joe Duncko JoeDuncko@users.noreply.github.com

xobotyi
published 10.1.1 •

Changelog

Source

10.1.1 (2021-09-24)

Bug Fixes

xobotyi
published 10.1.0 •

Changelog

Source

10.1.0 (2021-09-23)

Features

xobotyi
published 10.0.0 •

Changelog

Source

10.0.0 (2021-09-23)

Features

  • useAsync: remove effector behaviour from hook (#339) (0e47ff2)

BREAKING CHANGES

  • useAsync: useAsync hook now has only 2 arguments, asyncFn and initialValue and do not execute provided function on its own.

  • chore(useAsync): remove unused IUseAsyncOptions interface

xobotyi
published 9.0.0 •

Changelog

Source

9.0.0 (2021-08-30)

Documentation

BREAKING CHANGES

  • IAnyPermissionDescriptor type removed in favor of built-in PermissionDescriptor.

  • docs(useCookieValue): example been using old index import

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