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.2.0 to 3.3.0

4

CHANGELOG.md
# svelte-select changelog
## 3.3.0
* Thanks to @jackc for this update... Added itemFilter method
## 3.2.0

@@ -4,0 +8,0 @@

2

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

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

@@ -58,2 +58,3 @@ # svelte-select

| isVirtualList | Boolean | false | Uses [svelte-virtual-list](https://github.com/sveltejs/svelte-virtual-list) to render list (experimental)
| itemFilter | Function | (label, filterText, option) => label.toLowerCase().includes(filterText.toLowerCase()) | Item filter function
| groupBy | Function | - | Function to group list items

@@ -60,0 +61,0 @@ | groupFilter | Function | (groups) => groups | Group filter function

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