
Research
/Security News
5 Malicious Rust Crates Posed as Time Utilities to Exfiltrate .env Files
Published late February to early March 2026, these crates impersonate timeapi.io and POST .env secrets to a threat actor-controlled lookalike domain.
react-native-purchase-kit
Advanced tools
It's built on top of the latest StoreKit 2 and Android Billing Library 3.0.0+ (coming soon). At the moment, it only supports subscriptions and there is a single API for both platforms. Check out below.
Requires iOS 15+ and Android minSdkVersion = 24.
yarn add react-native-purchase-kit
Configure app to use StoreKit 2 and Android Billing Library 3.0.0+.
import PurchaseKit from 'react-native-purchase-kit';
const kit = new PurchaseKit();
// Get products
const products = await kit.getProducts(['monthly_subscription']);
// Buy a product
const transaction = await kit.purchase({
productID: 'monthly_subscription',
uuid: 'uuid',
});
// Get recent transactions
kit.getRecentTransactions();
// Get receipt
const receipt = await kit.readReceipt();
// Listen to events
kit.addListener('transactions', (event) => {
if (event.kind === 'transactions') {
console.log(event.transaction);
}
});
MIT
FAQs
StoreKit 2 and Billing API for React Native
We found that react-native-purchase-kit demonstrated a not healthy version release cadence and project activity because the last version was released 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.

Research
/Security News
Published late February to early March 2026, these crates impersonate timeapi.io and POST .env secrets to a threat actor-controlled lookalike domain.

Security News
A recent burst of security disclosures in the OpenClaw project is drawing attention to how vulnerability information flows across advisory and CVE systems.

Research
/Security News
Mixed-script homoglyphs and a lookalike domain mimic imToken’s import flow to capture mnemonics and private keys.