
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@joinflux/capacitor-adjust
Advanced tools
Capacitor plugin for Native Adjust integration with support for Web, Android and iOS.
Maintainer | GitHub |
---|---|
Blake Ward | Nevvulo |
Gustavo Horisch | gugahoi |
npm install @joinflux/capacitor-adjust
Sync native files:
npx cap sync
No configuration is required for this plugin.
Name | Android | iOS | Web |
---|---|---|---|
start | ✅ | ✅ | ✅ |
trackEvent | ✅ | ✅ | ✅ |
addSessionCallbackParameter | ✅ | ✅ | ✅ |
showTrackingDialog | ✅ | ✅ | ✅ |
// Must import the package once to make sure web support initializes
import "@joinflux/capacitor-adjust";
import { Plugins } from "@capacitor/core";
const { CapacitorAdjust } = Plugins;
CapacitorAdjust.start({ appToken })
CapacitorAdjust.trackEvent({ eventId })
To get ATT working in your app, you must add the AppTrackingTransparency.framework to your Xcode project. You can follow the recommandations from Adjust's iOS SDK and consume the methods exposed in this package.
For more information: https://github.com/adjust/ios_sdk#apptrackingtransparency-framework
FAQs
Capacitor plugin for Adjust MMP
The npm package @joinflux/capacitor-adjust receives a total of 0 weekly downloads. As such, @joinflux/capacitor-adjust popularity was classified as not popular.
We found that @joinflux/capacitor-adjust demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.