Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
vue3-timepicker
Advanced tools
A dropdown time picker (hour|minute|second) for Vue 3.x, with flexible time format support
The Vue 3.x version of Vue2 Timepicker
A dropdown time picker (hour|minute|second) for Vue 3.x, with flexible time format support.
Upgrading from the Vue 2.x version vue2-timepicker? Please check MIGRATION.md for basic guidelines.
yarn add vue3-timepicker
npm install vue3-timepicker --save
// Main JS (in CommonJS format)
import VueTimepicker from 'vue3-timepicker'
// CSS
import 'vue3-timepicker/dist/VueTimepicker.css'
Javascript
// CommonJS
import VueTimepicker from 'vue3-timepicker/dist/VueTimepicker.cjs.js'
// ESM
import VueTimepicker from 'vue3-timepicker/dist/VueTimepicker.esm.js'
// UMD (Minified)
import VueTimepicker from 'vue3-timepicker/dist/VueTimepicker.global.js'
CSS
@import 'vue3-timepicker/dist/VueTimepicker.css';
/* Or, with node_module alias path like: */
@import '~vue3-timepicker/dist/VueTimepicker.css';
/*
NOTE: the path alias to `node_modules` differs between bundlers.
Please change the `~` to any alias that works with your environment.
*/
Single File Component
// The *.vue file with CSS included
import VueTimepicker from 'vue3-timepicker/src/VueTimepicker.vue'
// NOTE: In some cases, it requires additional workarounds in the bundler's config
The live Demo is still working in progress.
FAQs
A dropdown time picker (hour|minute|second) for Vue 3.x, with flexible time format support
We found that vue3-timepicker demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.