Socket
Socket
Sign inDemoInstall

react-select-allow-create

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-select-allow-create - npm Package Compare versions

Comparing version 1.0.0-beta11.15 to 1.0.0-beta11.16

2

package.json
{
"name": "react-select-allow-create",
"version": "1.0.0-beta11.15",
"version": "1.0.0-beta11.16",
"description": "A Select control built with and for ReactJS",

@@ -5,0 +5,0 @@ "main": "lib/Select.js",

@@ -541,2 +541,4 @@ /*!

if (!this.props.onValueClick) return;
this.removeValue(option);
this.setState({ inputValue: option.label });
this.props.onValueClick(option, event);

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