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.55.0 to 0.55.1

dist/builders/table-of-contents/events.d.ts

4

dist/builders/table-of-contents/create.js

@@ -1,2 +0,2 @@

import { addEventListener, builder, createElHelpers, executeCallbacks, } from '../../internal/helpers';
import { addMeltEventListener, builder, createElHelpers, executeCallbacks, } from '../../internal/helpers';
import { onMount } from 'svelte';

@@ -236,3 +236,3 @@ import { get, writable } from 'svelte/store';

const id = node.getAttribute('data-id');
const unsub = executeCallbacks(addEventListener(node, 'click', (e) => {
const unsub = executeCallbacks(addMeltEventListener(node, 'click', (e) => {
e.preventDefault();

@@ -239,0 +239,0 @@ if (scrollFn) {

@@ -17,4 +17,3 @@ /**

export function melt(node, params) {
// @ts-expect-error calls the action for debugging purposes
return params.action(node);
throw new Error("[MELTUI ERROR]: The `use:melt` action cannot be used without MeltUI's Preprocessor. See: https://www.melt-ui.com/docs/preprocessor");
}
{
"name": "@melt-ui/svelte",
"version": "0.55.0",
"version": "0.55.1",
"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