Security News
Research
Supply Chain Attack on Rspack npm Packages Injects Cryptojacking Malware
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
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 run build:package
npm publish ./package
2.3.0 - 2023 Mar 9
FAQs
Date and time picker for Svelte
The npm package date-picker-svelte receives a total of 7,578 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
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.
Security News
Sonar’s acquisition of Tidelift highlights a growing industry shift toward sustainable open source funding, addressing maintainer burnout and critical software dependencies.