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

@melt-ui/svelte

Package Overview
Dependencies
Maintainers
0
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.86.1 to 0.86.2

6

dist/builders/context-menu/create.js

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

};
const unsub = executeCallbacks(addMeltEventListener(node, 'contextmenu', (e) => {
const unsub = executeCallbacks(addMeltEventListener(window, 'contextmenu', (e) => {
if (node.contains(e.target))
return;
rootOpen.set(false);
}), addMeltEventListener(node, 'contextmenu', (e) => {
/**

@@ -192,0 +196,0 @@ * Clear the long press because some platforms already

2

package.json
{
"name": "@melt-ui/svelte",
"version": "0.86.1",
"version": "0.86.2",
"license": "MIT",

@@ -5,0 +5,0 @@ "repository": "github:melt-ui/melt-ui",

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