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

@rgossiaux/svelte-headlessui

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rgossiaux/svelte-headlessui - npm Package Compare versions

Comparing version 1.0.0-beta.9 to 1.0.0-beta.10

utils/watch-changes.d.ts

5

hooks/use-portal.js

@@ -11,2 +11,7 @@ export function portal(element, target) {

destroy() {
// Need to detach ourselves--we can't rely on Svelte always detaching
// us since we moved in the component tree.
if (target?.contains(element)) {
target.removeChild(element);
}
if (target && target.childNodes.length <= 0) {

@@ -13,0 +18,0 @@ target.parentElement?.removeChild(target);

2

package.json

@@ -18,3 +18,3 @@ {

"repository": "github:rgossiaux/svelte-headlessui",
"version": "1.0.0-beta.9",
"version": "1.0.0-beta.10",
"peerDependencies": {

@@ -21,0 +21,0 @@ "svelte": "^3.44.0"

@@ -19,3 +19,3 @@ # svelte-headlessui

```
npm install @rgossiaux/svelte-headlessui
npm install -D @rgossiaux/svelte-headlessui
```

@@ -22,0 +22,0 @@

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