Socket
Socket
Sign inDemoInstall

react-timepicker

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-timepicker - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

2

package.json

@@ -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 @@ }

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