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

downshift

Package Overview
Dependencies
Maintainers
2
Versions
354
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

downshift - npm Package Compare versions

Comparing version 8.1.0 to 8.1.1

2

package.json
{
"name": "downshift",
"version": "8.1.0",
"version": "8.1.1",
"description": "🏎 A set of primitives to build simple, flexible, WAI-ARIA compliant React autocomplete, combobox or select dropdown components.",

@@ -5,0 +5,0 @@ "main": "dist/downshift.cjs.js",

@@ -112,3 +112,3 @@ import * as React from 'react'

refKey?: string
ref?: React.RefObject
ref?: React.RefObject<any>
}

@@ -121,3 +121,3 @@

'aria-owns': string | undefined
ref?: React.RefObject
ref?: React.RefObject<any>
role: 'combobox'

@@ -179,3 +179,3 @@ }

'aria-labelledby': string | undefined
ref?: React.RefObject
ref?: React.RefObject<any>
role: 'listbox'

@@ -417,3 +417,3 @@ id: string

id: string
ref?: React.RefObject
ref?: React.RefObject<any>
role: 'combobox'

@@ -434,3 +434,3 @@ tabIndex: 0

'aria-disabled': boolean
ref?: React.RefObject
ref?: React.RefObject<any>
}

@@ -611,3 +611,3 @@

onClick?: React.MouseEventHandler
ref?: React.RefObject
ref?: React.RefObject<any>
tabIndex: -1

@@ -628,3 +628,3 @@ }

'aria-disabled': boolean
ref?: React.RefObject
ref?: React.RefObject<any>
}

@@ -792,3 +792,3 @@

export interface UseMultipleSelectionGetSelectedItemReturnValue {
ref?: React.RefObject
ref?: React.RefObject<any>
tabIndex: 0 | -1

@@ -805,3 +805,3 @@ onClick: React.MouseEventHandler

export interface UseMultipleSelectionGetDropdownReturnValue {
ref?: React.RefObject
ref?: React.RefObject<any>
onClick?: React.MouseEventHandler

@@ -808,0 +808,0 @@ onKeyDown?: React.KeyboardEventHandler

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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