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

svelte-select

Package Overview
Dependencies
Maintainers
1
Versions
196
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-select - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

5

CHANGELOG.md
# svelte-select changelog
## 3.0.2
* selectedValue that are strings now look-up and set correct value
* README / demo updates
## 3.0.1

@@ -4,0 +9,0 @@

2

package.json
{
"name": "svelte-select",
"version": "3.0.1",
"version": "3.0.2",
"repository": "https://rob-balfre@github.com/rob-balfre/svelte-select.git",

@@ -5,0 +5,0 @@ "description": "A <Select> component for Svelte apps",

@@ -1,5 +0,11 @@

# svelte-select ([Demo](https://svelte.dev/repl/f3bc0fd6b6f74ea499e5ecb26911bf28?version=3.6.8))
# svelte-select
A select/autocomplete component for Svelte apps. With support for grouping, filtering, async and more.
## Demos
[🌱 Simple demo](https://svelte.dev/repl/a859c2ba7d1744af9c95037c48989193?version=3.12.1)
[🌻 Advanced demo](https://svelte.dev/repl/f3bc0fd6b6f74ea499e5ecb26911bf28?version=3.12.1)
## Installation

@@ -25,5 +31,7 @@

];
let selectedValue = undefined;
</script>
<Select {items}></Select>
<Select {items} bind:selectedValue></Select>
```

@@ -30,0 +38,0 @@

Sorry, the diff of this file is too big to display

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