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.8.2 to 5.8.3

4

CHANGELOG.md
# svelte-select changelog
## 5.8.3
* #651 Fixed: unknown extension .svelte (thanks to @happysalada)
## 5.8.2

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

16

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

@@ -26,4 +26,4 @@ "description": "A <Select> component for Svelte apps",

"rollup-plugin-svelte": "^7.1.4",
"sirv-cli": "^2.0.2",
"svelte": "^3.58.0",
"sirv-cli": "^2.0.2",
"svelte-highlight": "^7.2.1",

@@ -54,7 +54,8 @@ "svelte-preprocess": "^5.0.3",

"type": "module",
"dependencies": {
"svelte-floating-ui": "1.5.8"
},
"exports": {
"./package.json": "./package.json",
".": {
"svelte": "./index.js",
"types": "./index.d.ts"
},
"./.DS_Store": "./.DS_Store",

@@ -67,3 +68,2 @@ "./ChevronIcon.svelte": "./ChevronIcon.svelte",

"./get-items": "./get-items.js",
".": "./index.js",
"./no-styles/ChevronIcon.svelte": "./no-styles/ChevronIcon.svelte",

@@ -75,3 +75,5 @@ "./no-styles/ClearIcon.svelte": "./no-styles/ClearIcon.svelte",

},
"svelte": "./index.js"
"dependencies": {
"svelte-floating-ui": "1.5.8"
}
}
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