radon-select
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -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 @@ } |
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
0