Socket
Socket
Sign inDemoInstall

@chakra-ui/hooks

Package Overview
Dependencies
Maintainers
3
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 0.0.0-dev-20230112145104 to 0.0.0-dev-20230112152756

dist/chunk-D4LAKZ32.mjs

6

dist/index.js

@@ -240,6 +240,6 @@ "use strict";

useSafeLayoutEffect(() => {
if (!ref.current)
return void 0;
const node = ref.current;
function measure() {
const node = ref.current;
if (!node)
return;
rafId.current = requestAnimationFrame(() => {

@@ -246,0 +246,0 @@ const boxModel = (0, import_utils5.getBox)(node);

@@ -39,6 +39,6 @@ "use strict";

useSafeLayoutEffect(() => {
if (!ref.current)
return void 0;
const node = ref.current;
function measure() {
const node = ref.current;
if (!node)
return;
rafId.current = requestAnimationFrame(() => {

@@ -45,0 +45,0 @@ const boxModel = (0, import_utils2.getBox)(node);

{
"name": "@chakra-ui/hooks",
"version": "0.0.0-dev-20230112145104",
"version": "0.0.0-dev-20230112152756",
"description": "React hooks for Chakra components",

@@ -33,4 +33,4 @@ "keywords": [

"copy-to-clipboard": "3.3.1",
"@chakra-ui/react-utils": "0.0.0-dev-20230112145104",
"@chakra-ui/utils": "0.0.0-dev-20230112145104"
"@chakra-ui/react-utils": "0.0.0-dev-20230112152756",
"@chakra-ui/utils": "0.0.0-dev-20230112152756"
},

@@ -37,0 +37,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