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

radon-select

Package Overview
Dependencies
Maintainers
14
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

radon-select - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

lib/select.js

@@ -43,2 +43,3 @@ 'use strict';

defaultValue: React.PropTypes.string,
ariaLabel: React.PropTypes.string,
placeholderText: React.PropTypes.string,

@@ -379,2 +380,3 @@ typeaheadDelay: React.PropTypes.number,

tabIndex: -1,
'aria-label': this.props.ariaLabel ? this.props.ariaLabel : this.props.selectName,
'aria-hidden': true },

@@ -381,0 +383,0 @@ React.Children.map(this.props.children, function (child, index) {

2

package.json
{
"name": "radon-select",
"version": "2.0.0",
"version": "2.0.1",
"description": "React select box replacement component",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -42,2 +42,3 @@ 'use strict';

defaultValue: React.PropTypes.string,
ariaLabel: React.PropTypes.string,
placeholderText: React.PropTypes.string,

@@ -384,2 +385,3 @@ typeaheadDelay: React.PropTypes.number,

tabIndex={-1}
aria-label={this.props.ariaLabel ? this.props.ariaLabel : this.props.selectName }
aria-hidden={true} >

@@ -386,0 +388,0 @@ {React.Children.map(this.props.children, function (child, index) {

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