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

@skeletonlabs/skeleton

Package Overview
Dependencies
Maintainers
0
Versions
194
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@skeletonlabs/skeleton - npm Package Compare versions

Comparing version 2.10.0 to 2.10.1-dev.25759ed8

9

dist/components/AppRail/AppRailAnchor.svelte.d.ts

@@ -17,11 +17,2 @@ import { SvelteComponentTyped } from "svelte";

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

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

4

dist/components/InputChip/InputChip.svelte.d.ts

@@ -79,3 +79,3 @@ import { SvelteComponentTyped } from "svelte";

add: CustomEvent<{
event: SubmitEvent;
event: KeyboardEvent;
chipIndex: number;

@@ -97,3 +97,3 @@ chipValue: string;

invalid: CustomEvent<{
event: SubmitEvent;
event: KeyboardEvent;
input: string;

@@ -100,0 +100,0 @@ }>;

{
"name": "@skeletonlabs/skeleton",
"version": "2.10.0",
"version": "2.10.1-dev.25759ed8",
"description": "A SvelteKit component library.",

@@ -5,0 +5,0 @@ "author": "endigo9740 <chris@skeletonlabs.dev>",

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc