Socket
Socket
Sign inDemoInstall

theui-sveltekit

Package Overview
Dependencies
393
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0-beta.57 to 1.0.0-beta.58

13

dist/Form/Editor.svelte.d.ts

@@ -17,2 +17,15 @@ import { SvelteComponent } from "svelte";

events: {
blur: FocusEvent;
change: Event;
click: MouseEvent;
focus: FocusEvent;
keydown: KeyboardEvent;
keypress: KeyboardEvent;
keyup: KeyboardEvent;
mouseover: MouseEvent;
mouseenter: MouseEvent;
mouseleave: MouseEvent;
paste: ClipboardEvent;
input: Event;
} & {
[evt: string]: CustomEvent<any>;

@@ -19,0 +32,0 @@ };

1

dist/Form/Input.svelte.d.ts

@@ -26,2 +26,3 @@ import { SvelteComponent } from "svelte";

paste: ClipboardEvent;
input: Event;
} & {

@@ -28,0 +29,0 @@ [evt: string]: CustomEvent<any>;

2

package.json
{
"name": "theui-sveltekit",
"version": "1.0.0-beta.57",
"version": "1.0.0-beta.58",
"description": "theui-sveltekit A component library by TheUI. Out-of-the-box accessible and easy to customize built with TailwindCSS.",

@@ -5,0 +5,0 @@ "author": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc