Socket
Socket
Sign inDemoInstall

@sveltestrap/sveltestrap

Package Overview
Dependencies
20
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.2.4 to 6.2.5

33

dist/Input/Input.d.ts

@@ -5,19 +5,18 @@ import { SvelteComponent } from 'svelte';

type MixedElementProps = HTMLInputAttributes &
HTMLSelectAttributes &
HTMLTextareaAttributes & {
bsSize?: 'lg' | 'sm' | string;
color?: Color | string;
feedback?: string | string[];
files?: FileList;
group?: any;
inner?: HTMLElement;
invalid?: boolean;
label?: string;
plaintext?: boolean;
reverse?: boolean;
theme?: string;
type?: InputType;
valid?: boolean;
};
interface MixedElementProps extends Omit<HTMLInputAttributes & HTMLSelectAttributes & HTMLTextareaAttributes, 'value'> {
bsSize?: 'lg' | 'sm' | string;
color?: Color | string;
feedback?: string | string[];
files?: FileList;
group?: any;
inner?: HTMLElement;
invalid?: boolean;
label?: string;
plaintext?: boolean;
reverse?: boolean;
theme?: string;
type?: InputType;
valid?: boolean;
value?: any;
}

@@ -24,0 +23,0 @@ type MixedTargetProps = {

{
"name": "@sveltestrap/sveltestrap",
"description": "Bootstrap components for Svelte",
"version": "6.2.4",
"version": "6.2.5",
"license": "MIT",

@@ -6,0 +6,0 @@ "homepage": "https://sveltestrap.js.org",

@@ -5,19 +5,18 @@ import { SvelteComponent } from 'svelte';

type MixedElementProps = HTMLInputAttributes &
HTMLSelectAttributes &
HTMLTextareaAttributes & {
bsSize?: 'lg' | 'sm' | string;
color?: Color | string;
feedback?: string | string[];
files?: FileList;
group?: any;
inner?: HTMLElement;
invalid?: boolean;
label?: string;
plaintext?: boolean;
reverse?: boolean;
theme?: string;
type?: InputType;
valid?: boolean;
};
interface MixedElementProps extends Omit<HTMLInputAttributes & HTMLSelectAttributes & HTMLTextareaAttributes, 'value'> {
bsSize?: 'lg' | 'sm' | string;
color?: Color | string;
feedback?: string | string[];
files?: FileList;
group?: any;
inner?: HTMLElement;
invalid?: boolean;
label?: string;
plaintext?: boolean;
reverse?: boolean;
theme?: string;
type?: InputType;
valid?: boolean;
value?: any;
}

@@ -24,0 +23,0 @@ type MixedTargetProps = {

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