
Security News
GPT-6 Astra Attempts Supply Chain Attacks Against Open Source Maintainers in Testing
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.
@axvn-vn/kit-plugin-airdrop
Advanced tools
[!WARNING] This package is deprecated. Use
rpcAirdropfrom@solana/kit-plugin-rpcorlitesvmAirdropfrom@solana/kit-plugin-litesvminstead.
import { createClient } from '@solana/kit';
- import { airdrop } from '@solana/kit-plugin-airdrop';
+ import { rpcAirdrop } from '@solana/kit-plugin-rpc';
import { solanaRpcConnection } from '@solana/kit-plugin-rpc';
const client = createClient()
.use(solanaRpcConnection({ rpcUrl: 'http://127.0.0.1:8899' }))
- .use(airdrop());
+ .use(rpcAirdrop());
import { createClient } from '@solana/kit';
- import { airdrop } from '@solana/kit-plugin-airdrop';
+ import { litesvmAirdrop } from '@solana/kit-plugin-litesvm';
import { litesvmConnection } from '@solana/kit-plugin-litesvm';
const client = createClient()
.use(litesvmConnection())
- .use(airdrop());
+ .use(litesvmAirdrop());
FAQs
[DEPRECATED] Airdrop helpers for Kit clients
We found that @axvn-vn/kit-plugin-airdrop 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.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.