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
12
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.0.0 to 1.0.1

3

lib/select.js

@@ -250,3 +250,4 @@ 'use strict';

ev.preventDefault();
// Null safety here prevents an iOS-specific bug preventing selection of options
ev ? ev.preventDefault() : null;

@@ -253,0 +254,0 @@ this.setState({

{
"name": "radon-select",
"version": "1.0.0",
"version": "1.0.1",
"description": "React select box replacement component",

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

@@ -254,3 +254,4 @@ 'use strict';

ev.preventDefault();
// Null safety here prevents an iOS-specific bug preventing selection of options
ev ? ev.preventDefault() : null;

@@ -257,0 +258,0 @@ this.setState({

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