
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
@shcnwc/shadcn-pagination-web-component
Advanced tools
Pagination with page navigation, next and previous links.
Pagination with page navigation, next and previous links.
npm install @shcnwc/shadcn-pagination-web-component
<script type="module">
import "@shcnwc/shadcn-pagination-web-component";
</script>
<pagination-root count={100} perpage={10}>
{#snippet children({ pages, currentpage })}
<pagination-content>
<pagination-item>
<pagination-prevbutton />
</pagination-item>
{#each pages as page (page-key)}
{#if page-type === "ellipsis"}
<pagination-item>
<pagination-ellipsis />
</pagination-item>
{:else}
<pagination-item>
<pagination-link {page} isactive={currentpage === page-value}>
{page-value}
</pagination-link>
</pagination-item>
{/if}
{/each}
<pagination-item>
<pagination-nextbutton />
</pagination-item>
</pagination-content>
{/snippet}
</pagination-root>
Contributions are welcome! Please open an issue or pull request on GitHub.
This project is licensed under the MIT License.
FAQs
Pagination with page navigation, next and previous links.
The npm package @shcnwc/shadcn-pagination-web-component receives a total of 20 weekly downloads. As such, @shcnwc/shadcn-pagination-web-component popularity was classified as not popular.
We found that @shcnwc/shadcn-pagination-web-component 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
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.