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

@aria-ui/combobox

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aria-ui/combobox - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

4

dist/index.d.ts

@@ -1,2 +0,2 @@

import { BaseElement, ConnectableElement, SingalState } from '@aria-ui/core';
import { BaseElement, ConnectableElement, SignalState } from '@aria-ui/core';

@@ -63,3 +63,3 @@ /**

*/
declare function useComboboxItem(element: ConnectableElement, props?: Partial<ComboboxItemProps>): SingalState<ComboboxItemProps>;
declare function useComboboxItem(element: ConnectableElement, props?: Partial<ComboboxItemProps>): SignalState<ComboboxItemProps>;

@@ -66,0 +66,0 @@ /**

{
"name": "@aria-ui/combobox",
"type": "module",
"version": "0.0.5",
"version": "0.0.6",
"private": false,

@@ -12,8 +12,8 @@ "sideEffects": false,

"dependencies": {
"@aria-ui/core": "^0.0.10",
"@aria-ui/listbox": "^0.0.5"
"@aria-ui/core": "^0.0.11",
"@aria-ui/listbox": "^0.0.6"
},
"devDependencies": {
"tsup": "^8.0.2",
"typescript": "^5.4.4"
"typescript": "^5.4.5"
},

@@ -20,0 +20,0 @@ "publishConfig": {

@@ -27,3 +27,3 @@ # @aria-ui/combobox

props?: Partial<ComboboxItemProps>,
): SingalState<ComboboxItemProps>;
): SignalState<ComboboxItemProps>;
```

@@ -30,0 +30,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