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

vue2-timepicker

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue2-timepicker - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # CHANGELOG

## v 1.0.6
### New
Added `auto-scroll` feature.
### Improvements
On Advanced Keyboard mode, auto-focus on the selected value (if any) in priority.
## v 1.0.5

@@ -7,0 +17,0 @@

2

package.json
{
"name": "vue2-timepicker",
"version": "1.0.5",
"version": "1.0.6",
"description": "A dropdown time picker (hour|minute|second) for Vue 2.x, with flexible time format support",

@@ -5,0 +5,0 @@ "scripts": {

@@ -512,2 +512,14 @@ # Vue2 Timepicker

### Auto-Scroll
```html
<vue-timepicker auto-scroll></vue-timepicker>
```
Auto-scroll to selected values on dropdown open. It works with both:
- Programmatically defined value. E.g., the initial value from `v-model`
- Values manually picked by the user.
### Enable Debug Mode

@@ -569,2 +581,3 @@

**lazy** | _Boolean_ | no | false
**auto-scroll** | _Boolean_ | no | false
**debug-mode** | _Boolean_ | no | false

@@ -571,0 +584,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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