New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@yamada-ui/use-popper

Package Overview
Dependencies
Maintainers
1
Versions
942
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yamada-ui/use-popper - npm Package Compare versions

Comparing version 0.4.15 to 0.4.16

4

dist/index.d.ts

@@ -48,3 +48,3 @@ import * as _popperjs_core from '@popperjs/core';

*/
boundary?: 'clippingParents' | 'scrollParent' | HTMLElement;
boundary?: "clippingParents" | "scrollParent" | HTMLElement;
/**

@@ -64,3 +64,3 @@ * If provided, determines whether the popper will reposition itself on `scroll` and `resize` of the window.

*/
strategy?: 'absolute' | 'fixed';
strategy?: "absolute" | "fixed";
/**

@@ -67,0 +67,0 @@ * The placement of the popper relative to its reference.

{
"name": "@yamada-ui/use-popper",
"version": "0.4.15",
"version": "0.4.16",
"description": "Yamada UI usePopper custom hook",

@@ -28,5 +28,5 @@ "keywords": [

"@popperjs/core": "^2.11.8",
"@yamada-ui/core": "0.12.5",
"@yamada-ui/core": "0.12.6",
"@yamada-ui/utils": "0.3.3",
"@yamada-ui/use-value": "0.2.15"
"@yamada-ui/use-value": "0.2.16"
},

@@ -33,0 +33,0 @@ "devDependencies": {

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