react-timepicker
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -7,3 +7,3 @@ { | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "React timepicker in Android KitKat style", | ||
@@ -10,0 +10,0 @@ |
@@ -339,3 +339,3 @@ 'use strict'; | ||
}, | ||
React.createElement('circle', { cx: x, cy: y }), | ||
React.createElement('circle', { cx: x, cy: y, r: 15 }), | ||
React.createElement( | ||
@@ -382,3 +382,3 @@ 'text', | ||
}, | ||
React.createElement('circle', { cx: x, cy: y }), | ||
React.createElement('circle', { cx: x, cy: y, r: minute % 5 !== 0 ? minutes === minute ? 5 : 0 : 15 }), | ||
minute % 5 === 0 ? React.createElement( | ||
@@ -388,3 +388,3 @@ 'text', | ||
minute | ||
) : React.createElement('circle', { cx: x, cy: y }) | ||
) : React.createElement('circle', { cx: x, cy: y, r: 10 }) | ||
)); | ||
@@ -391,0 +391,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
38616
0