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.
date-picker-svelte
Advanced tools
Date and time picker for Svelte
Features:
Demo • Documentation • REPL
npm install date-picker-svelte
<script>
import { DateInput } from 'date-picker-svelte'
let date = new Date()
</script>
<DateInput bind:value={date} />
Check the docs to learn more
npm install
npm run dev
: Start site in dev modenpm run build
: Build package and sitenpm run preview
: Preview production sitenpm run check
: Run svelte-check
npm run test
: Run testsnpm run format
: Format codeCHANGELOG.md
npm run lint
npm version --no-git-tag <version>
npm publish
2.15.1 - 2024 Nov 29
FAQs
Date and time picker for Svelte
The npm package date-picker-svelte receives a total of 8,639 weekly downloads. As such, date-picker-svelte popularity was classified as popular.
We found that date-picker-svelte demonstrated a healthy version release cadence and project activity because the last version was released less than 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.