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

react-dropdown-select

Package Overview
Dependencies
Maintainers
1
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-dropdown-select - npm Package Compare versions

Comparing version 4.4.0 to 4.4.1

8

CHANGELOG.md

@@ -0,1 +1,9 @@

### v4.4.1
* Bump acorn from 5.7.3 to 5.7.4 (#84) [View](https://github.com/sanusart/react-dropdown-select/commit/ab7dd60b1a5b78b683e2806a4a7a3cdfd461ce1d)
* FIX (dropdownHandleRenderer)[#86]: fix prop warning in development, c… (#87) [View](https://github.com/sanusart/react-dropdown-select/commit/cf7a0c262ffce05d60ad3ab9f54f80941712ef98)
* v4.3.1 See changelog: https://github.com/sanusart/react-dropdown-select/blob/master/CHANGELOG.md [View](https://github.com/sanusart/react-dropdown-select/commit/cfd6ce0e7217d812bf88f5c91d8c02c2d6d502cb)
* CHORE (audit): npm audit [View](https://github.com/sanusart/react-dropdown-select/commit/873a66ecf233c8caf186786ed138ecade1e4ef0b)
* FIX (keyboard navigation)[issue #88]: fix tab navigation from outside closes issue #88 (#90) [View](https://github.com/sanusart/react-dropdown-select/commit/e5429fecdf41eb93c883c1a7d942bbb209ed0ea9)
* CHORE (types): fix keepOpen type [View](https://github.com/sanusart/react-dropdown-select/commit/60b1031376c40b5c0b227160fc2fabd01a22b406)
### v4.4.0

@@ -2,0 +10,0 @@ * FIX (keyboard navigation): fix tab navigation from outside [View](https://github.com/sanusart/react-dropdown-select/commit/ebc15423f9816cf6c0259e6a4b7287f338d8b1d0)

2

package.json
{
"name": "react-dropdown-select",
"version": "4.4.0",
"version": "4.4.1",
"description": "Customizable dropdown select for react",

@@ -5,0 +5,0 @@ "main": "dist/react-dropdown-select.js",

@@ -94,3 +94,3 @@ declare module 'react-dropdown-select' {

separator?: boolean;
keepOpen?: undefined;
keepOpen?: boolean;
noDataLabel?: string;

@@ -97,0 +97,0 @@ createNewLabel?: string;

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