Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@zag-js/popper

Package Overview
Dependencies
Maintainers
1
Versions
890
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zag-js/popper - npm Package Compare versions

Comparing version 0.65.1 to 0.66.0

2

dist/index.d.ts

@@ -72,3 +72,3 @@ import { Placement, Boundary, AutoUpdateOptions, ComputePositionReturn, VirtualElement } from '@floating-ui/dom';

*/
boundary?: Boundary | (() => Boundary);
boundary?: () => Boundary;
/**

@@ -75,0 +75,0 @@ * Options to activate auto-update listeners

{
"name": "@zag-js/popper",
"version": "0.65.1",
"version": "0.66.0",
"description": "Dynamic positioning logic for ui machines",

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

"@floating-ui/dom": "1.6.10",
"@zag-js/dom-query": "0.65.1",
"@zag-js/utils": "0.65.1"
"@zag-js/dom-query": "0.66.0",
"@zag-js/utils": "0.66.0"
},

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

@@ -73,3 +73,3 @@ import type { AutoUpdateOptions, Boundary, ComputePositionReturn, Placement, VirtualElement } from "@floating-ui/dom"

*/
boundary?: Boundary | (() => Boundary)
boundary?: () => Boundary
/**

@@ -76,0 +76,0 @@ * Options to activate auto-update listeners

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