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.27.1 to 0.27.2

4

dist/builders/hover-card/create.js

@@ -77,2 +77,6 @@ import { usePopper, usePortal } from '../../internal/actions';

e.preventDefault();
const currentTarget = e.currentTarget;
if (!isHTMLElement(currentTarget))
return;
currentTarget.click();
}));

@@ -79,0 +83,0 @@ return {

2

package.json
{
"name": "@melt-ui/svelte",
"version": "0.27.1",
"version": "0.27.2",
"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