Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
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 researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.