Socket
Socket
Sign inDemoInstall

@mantine/hooks

Package Overview
Dependencies
Maintainers
1
Versions
373
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mantine/hooks - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

2

package.json
{
"name": "@mantine/hooks",
"version": "2.0.3",
"version": "2.0.4",
"main": "cjs/index.js",

@@ -5,0 +5,0 @@ "module": "esm/index.js",

@@ -29,3 +29,3 @@ # Mantine Hooks

- [use-document-title](https://mantine.dev/hooks/use-document-title/) - set document.title property
- [use-focus-tap](https://mantine.dev/hooks/use-focus-tap/) – trap focus at given node
- [use-focus-trap](https://mantine.dev/hooks/use-focus-trap/) – trap focus at given node
- [use-form](https://mantine.dev/hooks/use-form/) – bare minimum form state management

@@ -40,2 +40,9 @@ - [use-id](https://mantine.dev/hooks/use-id/) – ensure id for form controls binding

- [use-window-event](https://mantine.dev/hooks/use-window-event/) – adds event listener to window object on component mount and removes it on unmount
- [use-window-scroll](https://mantine.dev/hooks/use-window-scroll/) – subscribe to window scroll and scroll smoothly to given position
- [use-toggle](https://mantine.dev/hooks/use-toggle/) – switch between two states
- [use-uncontrolled](https://mantine.dev/hooks/use-uncontrolled/) – manage state of both controlled and uncontrolled components
- [use-interval](https://mantine.dev/hooks/use-interval/) – wrapper around `window.setInterval`
- [use-force-update](https://mantine.dev/hooks/use-force-update/) – force component to render without state change
- [use-did-update](https://mantine.dev/hooks/use-did-update/) – call function in useEffect when value changes, but not when component mounts
- [use-isomorphic-effect](https://mantine.dev/hooks/use-isomorphic-effect/) – switch between useEffect during SSR and useLayoutEffect after hydration

@@ -42,0 +49,0 @@ ## Licence

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