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

@melt-ui/svelte

Package Overview
Dependencies
Maintainers
1
Versions
195
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@melt-ui/svelte - npm Package Compare versions

Comparing version 0.37.2 to 0.37.3

2

dist/builders/combobox/create.js

@@ -278,3 +278,3 @@ import { useEscapeKeydown, usePopper } from '../../internal/actions/index.js';

// Disabled items can't be highlighted. Skip them.
const candidateNodes = itemElements.filter((opt) => !isElementDisabled(opt) && !opt.dataset.hidden);
const candidateNodes = itemElements.filter((opt) => !isElementDisabled(opt) && opt.dataset.hidden === undefined);
// Get the index of the currently highlighted item.

@@ -281,0 +281,0 @@ const $currentItem = get(highlightedItem);

{
"name": "@melt-ui/svelte",
"version": "0.37.2",
"version": "0.37.3",
"license": "MIT",

@@ -5,0 +5,0 @@ "exports": {

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