
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
flat-calendar
Advanced tools
📅一只基于 Vue.js 2.x 的日历组件


npm install flat-calendar --save
import vueFlatCalendar from 'flat-calendar'
Vue.use(vueFlatCalendar)
<vue-flat-calendar v-model="showCalendar" :defaultDate="new Date()" @change="selectDate" />
| option | description | type | default |
|---|---|---|---|
| v-model | 显示或隐藏日历 | Boolean | false |
| defaultDate | 默认选中的日期 | Date | new Date() |
| startDate | 起始日期(范围) | Date | null |
| endDate | 结束日期(范围) | Date | null |
| event name | description | parameter of callback |
|---|---|---|
| change | 日期变化时触发 | date |
FAQs
📅一个基于 Vue.js 2.x 的日历组件
We found that flat-calendar 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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.