Socket
Socket
Sign inDemoInstall

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 9.0.3 to 9.0.4

2

package.json
{
"name": "downshift",
"version": "9.0.3",
"version": "9.0.4",
"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",

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

extends UseSelectStateChange<Item> {
highlightedIndex: index
highlightedIndex: number
}

@@ -619,3 +619,3 @@

extends UseComboboxStateChange<Item> {
highlightedIndex: index
highlightedIndex: number
}

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