
Security News
Feross on Risky Business Weekly Podcast: npm’s Ongoing Supply Chain Attacks
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.
@10xminds/scrollable-date-picker
Advanced tools
A scrollable datepicker designed for touch screen interfaces with Svelte.
A scrollable datepicker designed for touch screen interfaces with Svelte.
Add the package to your dependencies
NPM:
npm install @10xminds/scrollable-date-picker
Yarn:
yarn add @10xminds/scrollable-date-picker
<script>
import { ScrollableDatePicker } from "@10xminds/scrollable-date-picker";
<ScrollableDatePicker
selectedDate="2023-01-23"
rowsShown={3}
separatorWidth={4}
rowBackgroundColor="#03FFFF"
/>
Instal dependencies with
npm install
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
Everything inside src/lib
is part of your library, everything inside src/routes
can be used as a showcase or preview app.
To build your library:
npm run package
To create a production version of your showcase app:
npm run build
To publish the library to npm:
npm publish
FAQs
A scrollable datepicker designed for touch screen interfaces with Svelte.
We found that @10xminds/scrollable-date-picker demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers 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
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.