Socket
Socket
Sign inDemoInstall

svelte-select

Package Overview
Dependencies
4
Maintainers
1
Versions
196
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.5.0 to 5.5.1

3

CHANGELOG.md
# svelte-select changelog
## 5.5.1
* npm will be the death of me...
## 5.5.0

@@ -5,0 +8,0 @@

@@ -72,2 +72,3 @@ /** @typedef {typeof __propDef.props} SelectProps */

}, {
'list-prepend': {};
list: {

@@ -81,2 +82,3 @@ filteredItems: any;

empty: {};
'list-append': {};
prepend: {};

@@ -176,2 +178,3 @@ selection: {

slots: {
'list-prepend': {};
list: {

@@ -185,2 +188,3 @@ filteredItems: any;

empty: {};
'list-append': {};
prepend: {};

@@ -187,0 +191,0 @@ selection: {

2

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

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

@@ -72,2 +72,3 @@ /** @typedef {typeof __propDef.props} SelectProps */

}, {
'list-prepend': {};
list: {

@@ -81,2 +82,3 @@ filteredItems: any;

empty: {};
'list-append': {};
prepend: {};

@@ -176,2 +178,3 @@ selection: {

slots: {
'list-prepend': {};
list: {

@@ -185,2 +188,3 @@ filteredItems: any;

empty: {};
'list-append': {};
prepend: {};

@@ -187,0 +191,0 @@ selection: {

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc