
Security News
Next.js Patches Critical Middleware Vulnerability (CVE-2025-29927)
Next.js has patched a critical vulnerability (CVE-2025-29927) that allowed attackers to bypass middleware-based authorization checks in self-hosted apps.
@gennadysx/react-native-appmetrica
Advanced tools
React Native plugin for AppMetrica analytics tool
React Native bridge to the AppMetrica on both iOS and Android.
This package forked from RNAppMetrica for modification to newer rn versions.
npm install @gennadysx/react-native-appmetrica --save
react-native link @gennadysx/react-native-appmetrica
${PROJECT_DIR}/ios/Podfile
exists: npx pod-install
${PROJECT_DIR}/ios/Podfile
don't exists: ${PROJECT_DIR}/ios/Frameworks
import AppMetrica from '@gennadysx/react-native-appmetrica';
// Starts the statistics collection process.
AppMetrica.activate({
apiKey: '...KEY...',
sessionTimeout: 120,
firstActivationAsUpdate: false,
});
// Sends a custom event message and additional parameters (optional).
AppMetrica.reportEvent('My event');
AppMetrica.reportEvent('My event', { foo: 'bar' });
// Send a custom error event.
AppMetrica.reportError('My error');
Origin Yandex AppMetrica. Modified with ♥ by GennadySX @2022.
FAQs
React Native plugin for AppMetrica analytics tool
We found that @gennadysx/react-native-appmetrica 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.
Security News
Next.js has patched a critical vulnerability (CVE-2025-29927) that allowed attackers to bypass middleware-based authorization checks in self-hosted apps.
Security News
A survey of 500 cybersecurity pros reveals high pay isn't enough—lack of growth and flexibility is driving attrition and risking organizational security.
Product
Socket, the leader in open source security, is now available on Google Cloud Marketplace for simplified procurement and enhanced protection against supply chain attacks.