Socket
Socket
Sign inDemoInstall

@chakra-ui/popper

Package Overview
Dependencies
Maintainers
3
Versions
160
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/popper - npm Package Compare versions

Comparing version 3.0.0-next.1 to 3.0.0-next.2

4

dist/chakra-ui-popper.cjs.dev.js

@@ -421,7 +421,7 @@ 'use strict';

position: strategy,
minWidth: "max-content",
minWidth: matchWidth$1 ? undefined : "max-content",
inset: "0 auto auto 0"
})
});
}, [strategy, popperRef]);
}, [strategy, popperRef, matchWidth$1]);
var getArrowProps = react.useCallback(function (props, ref) {

@@ -428,0 +428,0 @@ if (props === void 0) {

@@ -421,7 +421,7 @@ 'use strict';

position: strategy,
minWidth: "max-content",
minWidth: matchWidth$1 ? undefined : "max-content",
inset: "0 auto auto 0"
})
});
}, [strategy, popperRef]);
}, [strategy, popperRef, matchWidth$1]);
var getArrowProps = react.useCallback(function (props, ref) {

@@ -428,0 +428,0 @@ if (props === void 0) {

@@ -417,7 +417,7 @@ import { mergeRefs } from '@chakra-ui/react-utils';

position: strategy,
minWidth: "max-content",
minWidth: matchWidth$1 ? undefined : "max-content",
inset: "0 auto auto 0"
})
});
}, [strategy, popperRef]);
}, [strategy, popperRef, matchWidth$1]);
var getArrowProps = useCallback(function (props, ref) {

@@ -424,0 +424,0 @@ if (props === void 0) {

{
"name": "@chakra-ui/popper",
"version": "3.0.0-next.1",
"version": "3.0.0-next.2",
"description": "A React component and hooks wrapper for popper.js",

@@ -25,4 +25,3 @@ "keywords": [

"files": [
"dist",
"src"
"dist"
],

@@ -29,0 +28,0 @@ "publishConfig": {

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