Socket
Socket
Sign inDemoInstall

@chakra-ui/hooks

Package Overview
Dependencies
Maintainers
0
Versions
401
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/hooks - npm Package Compare versions

Comparing version 3.0.0-next.5 to 3.0.0-next.6

6

dist/types/use-callback-ref.d.ts

@@ -1,1 +0,5 @@

export declare function useCallbackRef<T extends (...args: any[]) => any>(callback: T | undefined, deps?: React.DependencyList): T;
/**
* This hook is user-land implementation of the experimental `useEffectEvent` hook.
* React docs: https://react.dev/learn/separating-events-from-effects#declaring-an-effect-event
*/
export declare function useCallbackRef<Args extends unknown[], Return>(callback: ((...args: Args) => Return) | undefined, deps?: React.DependencyList): (...args: Args) => Return | undefined;

4

package.json
{
"name": "@chakra-ui/hooks",
"version": "3.0.0-next.5",
"version": "3.0.0-next.6",
"description": "React hooks for Chakra components",

@@ -36,3 +36,3 @@ "keywords": [

"framesync": "6.1.2",
"@chakra-ui/utils": "3.0.0-next.5"
"@chakra-ui/utils": "3.0.0-next.6"
},

@@ -39,0 +39,0 @@ "peerDependencies": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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