New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aria-ui/listbox

Package Overview
Dependencies
Maintainers
0
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aria-ui/listbox - npm Package Compare versions

Comparing version 0.0.20 to 0.0.21

6

package.json
{
"name": "@aria-ui/listbox",
"type": "module",
"version": "0.0.20",
"version": "0.0.21",
"private": false,

@@ -24,4 +24,4 @@ "sideEffects": false,

"@aria-ui/collection": "^0.0.4",
"@aria-ui/core": "^0.0.19",
"@aria-ui/presence": "^0.0.16"
"@aria-ui/core": "^0.0.20",
"@aria-ui/presence": "^0.0.17"
},

@@ -28,0 +28,0 @@ "devDependencies": {

@@ -5,2 +5,6 @@ # @aria-ui/listbox

### Group
Listbox
<dl>

@@ -10,3 +14,3 @@

`valueChange`
`valueChange: CustomEvent<string>`

@@ -17,4 +21,2 @@ </dt>

**Type**: `CustomEvent<string>`
</dd>

@@ -26,2 +28,6 @@

### Group
ListboxItem
<dl>

@@ -31,3 +37,3 @@

`value`
`value: string`

@@ -40,4 +46,2 @@ </dt>

**Type**: `string`
**Default**: `""`

@@ -51,2 +55,6 @@

### Group
Listbox
<dl>

@@ -56,3 +64,3 @@

`autoFocus`
`autoFocus: boolean`

@@ -65,4 +73,2 @@ </dt>

**Type**: `boolean`
**Default**: `false`

@@ -74,3 +80,3 @@

`eventTarget`
`eventTarget?: HTMLElement | TypedEventTarget<"keydown">`

@@ -83,4 +89,2 @@ </dt>

**Type**: `HTMLElement | TypedEventTarget<"keydown">`
</dd>

@@ -90,3 +94,3 @@

`filter`
`filter: null | ItemFilter`

@@ -99,4 +103,2 @@ </dt>

**Type**: `null | ItemFilter`
**Default**: `defaultItemFilter`

@@ -108,3 +110,3 @@

`query`
`query: string`

@@ -117,4 +119,2 @@ </dt>

**Type**: `string`
**Default**: `""`

@@ -126,3 +126,3 @@

`selectionMode`
`selectionMode: "multiple" | "single"`

@@ -137,4 +137,2 @@ </dt>

**Type**: `"multiple" | "single"`
**Default**: `"single"`

@@ -146,3 +144,3 @@

`value`
`value: string`

@@ -155,4 +153,2 @@ </dt>

**Type**: `string`
**Default**: `""`

@@ -159,0 +155,0 @@

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