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.39.3 to 0.39.4

2

dist/builders/combobox/create.js

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

const isSelected = derived([selected], ([$value]) => {
return (item) => $value === item;
return (item) => deepEqual($value?.value, item);
});

@@ -163,0 +163,0 @@ /** -------- */

{
"name": "@melt-ui/svelte",
"version": "0.39.3",
"version": "0.39.4",
"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