Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
vue-date-selector
Advanced tools
vue-dateSelector for vue2.0
The demo page is HERE.
$ npm install --save vue-date-selector
import myDate from 'vue-date-selector'
components: {
myDate
}
<!--base-->
<mz-datepicker></mz-datepicker>
<!--show clear button-->
<mz-datepicker clearable></mz-datepicker>
<!--set width-->
<mz-datepicker width="186"></mz-datepicker>
<!--format display-->
<mz-datepicker format="yyyy-MM-dd"></mz-datepicker>
<!--bind modal-->
<mz-datepicker :time.sync="time"></mz-datepicker>
<!--show range-->
<mz-datepicker :start-time.sync="startTime" :end-time.sync="endTime" range></mz-datepicker>
<!--max range(unit:day)-->
<mz-datepicker :start-time.sync="startTime" :end-time.sync="endTime" range max-range="366"></mz-datepicker>
<!--onConfirm(only in rang and confirm mode)-->
<mz-datepicker :start-time.sync="startTime" :end-time.sync="endTime" range confirm :on-confirm="onConfirm"></mz-datepicker>
FAQs
vue-dateSelector for vue 2.0
The npm package vue-date-selector receives a total of 0 weekly downloads. As such, vue-date-selector popularity was classified as not popular.
We found that vue-date-selector 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.