radon-select
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -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({ |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
41215
1138
0