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.
dtp-vuetify
Advanced tools
DatetimePicker component for Vuetify.js.
npm i dtp-vuetify
import Vue from 'vue'
import DatetimePicker from 'datetime-picker-vuetify'
// (Optional) import 'vuetify-datetime-picker/src/stylus/main.styl'
Vue.use(DatetimePicker)
If use the main.styl
, you should configure the stylus-loader
in webpack.config.js
, or just ignore this style sheet.
Once installed, it can be used in a template as simply as:
<v-datetime-picker label="Select Datetime" v-model="datetime"> </v-datetime-picker>
Name | Type | Default Value | Description |
---|---|---|---|
datetime (model) | Date/String | Time picker model. | |
disabled | Boolean | false | Input is disabled. |
hideClearButton | Boolean | false | Hide Clear button. |
loading | Boolean | false | Input is loading. |
label | string | Sets input label. | |
dialogWidth | Number | 340 | The width of the dialog. |
dateFormat | string | yyyy-MM-dd | Defines the format of a date. |
timeFormat | string | HH:mm | Defines the format of a time. |
clearText | string | CLEAR | Sets the text of the clear button. |
okText | string | OK | Sets the text of the ok button. |
textFieldProps | Object | Text fields properties. See Vuetify Docs | |
datePickerProps | Object | Date pickers properties.See Vuetify Docs | |
timePickerProps | Object | Time pickers properties.See Vuetify Docs |
Name | Arguments | Description |
---|---|---|
input | value (Date/String) | The updated bound model |
Name | Description |
---|---|
dateIcon | Slot to put custom icon in the date tab. |
timeIcon | Slot to put custom icon in the time tab. |
actions | Slot to put custom buttons in the dialog. |
progress | Slot for custom progress linear (displayed when loading prop is not equal to Boolean False) |
FAQs
DatetimePicker component for Vuetify.js.
We found that dtp-vuetify 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.