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

svelte-multiselect

Package Overview
Dependencies
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-multiselect - npm Package Compare versions

Comparing version 3.2.2 to 3.2.3

2

package.json

@@ -8,3 +8,3 @@ {

"license": "MIT",
"version": "3.2.2",
"version": "3.2.3",
"type": "module",

@@ -11,0 +11,0 @@ "svelte": "index.js",

@@ -224,3 +224,3 @@ <h1 align="center">

- `background: var(--sms-readonly-bg, lightgray)`: Background when in readonly state.
- `div.multiselect > input`
- `div.multiselect > ul.selected > li > input`
- `color: var(--sms-text-color, inherit)`: Input text color.

@@ -304,3 +304,3 @@ - `div.multiselect > ul.selected > li`

}
:global(div.multiselect > input) {
:global(div.multiselect > ul.selected > li > input) {
/* input inside the top-level wrapper div */

@@ -307,0 +307,0 @@ }

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