
Research
/Security News
Popular npm Packages in the keyv and Cacheable Namespaces Compromised in Active Supply Chain Attack
Popular npm packages keyv and cacheable compromised.
@isoftdata/svelte-textarea
Advanced tools

pnpm i @isoftdata/svelte-textarea
| Name | Type | Description | Default |
|---|---|---|---|
| class | string | The class name(s) to add to the textarea. | undefined |
| hint | string | Snippet | null | Hint text to be displayed as part of the label | null |
| hintClass | ClassValue | The class name(s) to add to the hint text. | undefined |
| hintClickable | boolean | Whether the hint is clickable or not. | false |
| id | string | The unique identifier . | uuid() |
| isLoading | boolean | Whether the component is in a loading state or not. | false |
| label | string | null | The label text for the component. | null |
| labelClass | ClassValue | The class name(s) to add to the label element. | undefined |
| labelParentClass | ClassValue | The class name(s) to add to the label's parent. | undefined |
| lazy | boolean | number | When using binding, true means the value will update onchange, false means oninput. A millisecond number value indicates the delay from the last UI interaction(debouncing) | false |
| required | boolean | Whether the field is required or not. | false |
| selectOnFocus | boolean | Whether to select the text on focus or not. | false |
| showLabel | boolean | Whether to show the label. | true |
| size | "" | "sm" | "lg" | The size of the textarea component. | "" |
| textarea | HTMLTextAreaElement | The textarea element. Useful if you want to call focus() or another function. | N/A |
| textEllipsis | boolean | Whether to show ellipsis for overflowing label texr. | false |
| title | string | The title text for the component. | undefined |
| value | string | The value of the component. | None (Required) |
All event callbacks/handlers are passed to the underlying textarea as normal
<div class="row">
<div class="col-3">
<TextArea
label="Two Way"
bind
/>
{value}
</div>
<div class="col-3">
<TextArea
label="One Way / on:change"
value={value2}
onchange={changeHandler}
/>
{value2}
</div>
</div>
FAQs
Unknown package
The npm package @isoftdata/svelte-textarea receives a total of 32 weekly downloads. As such, @isoftdata/svelte-textarea popularity was classified as not popular.
We found that @isoftdata/svelte-textarea demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 12 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.

Security News
/Company News
Socket has joined the new Composer and Packagist sponsorship program as a launch sponsor, supporting the team that keeps PHP's package ecosystem secure.