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

svelte-inline-modal

Package Overview
Dependencies
Maintainers
0
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-inline-modal - npm Package Compare versions

Comparing version 1.1.25 to 1.1.26

58

dist/InlineModal.svelte.d.ts

@@ -1,25 +0,39 @@

import { SvelteComponent } from "svelte";
declare const __propDef: {
props: {
onClose?: () => unknown;
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
$$bindings?: Bindings;
} & Exports;
(internal: unknown, props: Props & {
$$events?: Events;
$$slots?: Slots;
}): Exports & {
$set?: any;
$on?: any;
};
events: {
[evt: string]: CustomEvent<any>;
z_$$bindings?: Bindings;
}
type $$__sveltets_2_PropsWithChildren<Props, Slots> = Props & (Slots extends {
default: any;
} ? Props extends Record<string, never> ? any : {
children?: any;
} : {});
declare const InlineModal: $$__sveltets_2_IsomorphicComponent<$$__sveltets_2_PropsWithChildren<{
onClose?: () => unknown;
}, {
default: {
open: () => void;
};
slots: {
default: {
open: () => void;
};
menu: {
close: () => void;
};
menu: {
close: () => void;
};
exports?: {} | undefined;
bindings?: string | undefined;
};
export type InlineModalProps = typeof __propDef.props;
export type InlineModalEvents = typeof __propDef.events;
export type InlineModalSlots = typeof __propDef.slots;
export default class InlineModal extends SvelteComponent<InlineModalProps, InlineModalEvents, InlineModalSlots> {
}
export {};
}>, {
[evt: string]: CustomEvent<any>;
}, {
default: {
open: () => void;
};
menu: {
close: () => void;
};
}, {}, string>;
type InlineModal = InstanceType<typeof InlineModal>;
export default InlineModal;
{
"name": "svelte-inline-modal",
"version": "1.1.25",
"version": "1.1.26",
"description": "🪟 Simple Modal on the Fly",

@@ -28,4 +28,4 @@ "type": "module",

"type": "git",
"url": "https://github.com/jill64/svelte-inline-modal.git",
"image": "https://opengraph.githubassets.com/5fa7ad5ab8c54d85c8074ce7885e1f9c1b52c18eb286963589b5a7dbde23a76c/jill64/svelte-inline-modal"
"url": "git+https://github.com/jill64/svelte-inline-modal.git",
"image": "https://opengraph.githubassets.com/f8b58adaea09d96066b2aebbac40ca29aba7ab43c96571bc818bce219533d9a1/jill64/svelte-inline-modal"
},

@@ -55,12 +55,12 @@ "keywords": [

"@jill64/npm-demo-layout": "1.0.249",
"@jill64/playwright-config": "2.4.1",
"@jill64/playwright-config": "2.4.2",
"@jill64/prettier-config": "1.0.0",
"@jill64/universal-sanitizer": "1.3.3",
"@jill64/universal-sanitizer": "1.3.4",
"@playwright/test": "1.46.1",
"@jill64/sentry-sveltekit-cloudflare": "1.7.16",
"@sveltejs/adapter-cloudflare": "4.7.2",
"@sveltejs/kit": "2.6.1",
"@sveltejs/kit": "2.8.0",
"svelte": "4.2.19",
"typescript": "5.6.2",
"vite": "5.4.8",
"typescript": "5.6.3",
"vite": "5.4.11",
"@sveltejs/vite-plugin-svelte": "3.1.2"

@@ -67,0 +67,0 @@ },

Sorry, the diff of this file is not supported yet

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