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

react-select-box

Package Overview
Dependencies
Maintainers
6
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-select-box - npm Package Compare versions

Comparing version 0.7.0 to 0.7.1

8

lib/select-box.js

@@ -293,3 +293,9 @@ "use strict"

},
this.options().map(this.renderOption),
div(
{
className: 'react-select-box-list',
'aria-role': 'presentation'
},
this.options().map(this.renderOption)
),
this.renderCloseButton()

@@ -296,0 +302,0 @@ )

2

package.json
{
"name": "react-select-box",
"version": "0.7.0",
"version": "0.7.1",
"description": "An accessible select box component for React.",

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

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

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