
Security News
Re-Enabled GitHub Actions Expose Thousands of Repositories to Mini Shai-Hulud
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.
@easylabs/react-native
Advanced tools
The Easy React Native SDK provides a simple, type-safe, and PCI/PII-compliant way to integrate Easy's payment and customer management platform into your React Native applications.
📚 View Full Documentation & Examples →
pnpm add @easylabs/react-native
# or
npm install @easylabs/react-native
# or
yarn add @easylabs/react-native
import { EasyProvider, useEasy } from "@easylabs/react-native";
function App() {
return (
<EasyProvider apiKey={process.env.EXPO_PUBLIC_EASY_API_KEY!}>
<MyCheckoutComponent />
</EasyProvider>
);
}
Note: For React Native projects using Expo, use
process.env.EXPO_PUBLIC_EASY_API_KEY. For standard React Native, configure your environment variables according to your build setup (e.g., using react-native-config or react-native-dotenv).
EasyProviderWrap your app with EasyProvider and provide your Easy API key.
useEasy()Access all SDK methods via the context:
All types are exported for maximum type safety and autocompletion.
Built with secure form elements for PCI-compliant payment data collection. Your application never touches sensitive payment information.
For issues, questions, or contributions, please open an issue or pull request on GitHub.
FAQs
Easy Labs SDK for React Native
The npm package @easylabs/react-native receives a total of 1 weekly downloads. As such, @easylabs/react-native popularity was classified as not popular.
We found that @easylabs/react-native 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
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.

Research
/Security News
The compromise affects MemTensor's MemOS, an open source memory framework for large language models (LLMs) and AI agents. Both npm package @memtensor/memos-cloud-openclaw-plugin and the PyPI package MemoryOS are compromised. They drop cross-platform Go binaries that exfiltrate developer secrets.