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-flip-countdown
Advanced tools
Countdown timer with Flip Animation for Vue 3.x
npm i vue3-flip-countdown --save
main.js
import { createApp } from 'vue'
import App from './App.vue'
import Countdown from 'vue3-flip-countdown'
createApp(App).use(Countdown).mount('#app')
App.vue
<template>
<vue3-flip-countdown />
</template>
<script>
export default {
name: 'App',
components: {
}
}
</script>
<template>
<Countdown />
</template>
<script>
import {Countdown} from 'vue3-flip-countdown'
export default {
name: 'App',
components: {
Countdown
}
}
</script>
Name | Type | Default | optional |
---|---|---|---|
deadlineISO | String YYYY-MM-DDTHH:mm:ss.sssZ | className of this column | |
deadline | String YYYY-MM-DD HH:mm:ss | 32d,0h,0m,10s | key of this column |
deadlineDate | Date | className of this column | |
countdownSize | String | 3rem | thead colSpan of this column |
labelSize | String | 1.2rem | title of this column |
flipAnimation | Boolean | true | width of the specific proportion calculation according to the width of the columns |
mainColor | String | '#EC685C' | Set custom props per each header cell. |
secondFlipColor | String | props.mainColor | Set custom props per each header cell. |
mainFlipBackgroundColor | String | '#222222' | Set custom props per each header cell. |
secondFlipBackgroundColor | String | '#393939' | Set custom props per each header cell. |
showLabels | Boolean | true | Set custom props per each header cell. |
labelColor | Function(record) | '#222222' | Set custom props per each header cell. |
stop | Boolean | display field of the data record | |
showDays | Boolean | true | this column will be fixed when table scroll horizontally: true or 'left' or 'right' |
showHours | Boolean | true | specify how cell content is aligned |
showMinutes | Boolean | true | specify whether cell content be ellipsized |
showSeconds | Boolean | true | Set custom props per each cell. |
labels | Object | {days: 'Days',hours: 'Hours',minutes: 'Minutes',seconds: 'Seconds',} | Set custom props per each header cell. |
MIT (c) Emre Coşkunçay
FAQs
Countdown timer with Flip Animation for Vue 3.x
The npm package vue3-flip-countdown receives a total of 1,421 weekly downloads. As such, vue3-flip-countdown popularity was classified as popular.
We found that vue3-flip-countdown 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.