
Research
/Security News
DuckDB npm Account Compromised in Continuing Supply Chain Attack
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
@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.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.