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
13
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 1.1.0 to 1.1.1

2

lib/select.js

@@ -23,3 +23,3 @@ 'use strict';

} else {
return option.props.value.tolowerCase().indexOf(s) === 0;
return option.props.value.toLowerCase().indexOf(s) === 0;
}

@@ -26,0 +26,0 @@ };

{
"name": "radon-select",
"version": "1.1.0",
"version": "1.1.1",
"description": "React select box replacement component",

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

@@ -22,3 +22,3 @@ 'use strict';

} else {
return option.props.value.tolowerCase().indexOf(s) === 0;
return option.props.value.toLowerCase().indexOf(s) === 0;
}

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