New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

vue-clock-picker

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-clock-picker - npm Package Compare versions

Comparing version 0.2.9 to 0.2.10

6

package.json
{
"name": "vue-clock-picker",
"version": "0.2.9",
"version": "0.2.10",
"description": "A lite time picker based on Vue2.0",

@@ -48,3 +48,5 @@ "author": "domon <domonji95@gmail.com>",

"webpack-merge": "^0.8.3"
}
},
"license": "MIT",
"repository": "https://github.com/domonji/vue-clock-picker"
}
export const HOURS = new Array(24 + 1).join('0').split('')
export const TWELVE_HOURS = new Array(12 + 1).join('0').split('')
export const MINUTES = new Array(60 + 1).join('0').split('')
export const PICKER_RADIUS = 130
export const MAX_ABSOLUTE_POSITION = 125
export const MIN_ABSOLUTE_POSITION = 90
export const POINTER_RADIUS = 15

Sorry, the diff of this file is not supported yet

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