Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
svelte-infinite-loading
Advanced tools
An infinite scroll component for Svelte apps
About • Features • Installation • Documentation • Examples • License
An infinite scroll component for Svelte, to help you implement an infinite scroll list more easily.
This is heavily inspired by vue-infinite-loading and uses most of its code and functionality!
If you're using this component in a Sapper application, make sure to install the package to
devDependencies
!
More Details
With npm:
$ npm install svelte-infinite-loading
With yarn:
$ yarn add svelte-infinite-loading
With pnpm (recommended):
$ npm i -g pnpm
$ pnpm install svelte-infinite-loading
From CDN (via unpkg):
<!-- UMD -->
<script src="https://unpkg.com/svelte-infinite-loading@^1/dist/svelte-infinite-loading.js"></script>
<!-- ES Module -->
<script src="https://unpkg.com/svelte-infinite-loading@^1/dist/svelte-infinite-loading.mjs"></script>
For more information on how to use this library, check the documentation!
You can find the documentation in the repository wiki
FAQs
An infinite scroll component for Svelte apps
The npm package svelte-infinite-loading receives a total of 591 weekly downloads. As such, svelte-infinite-loading popularity was classified as not popular.
We found that svelte-infinite-loading 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
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.