
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.
react-native-cybersource-fingerprint-sdk
Advanced tools
Basic implementation of Cybersource fingerprint SDK for android and iOS
SDK configuration requires a valid ORG_ID
and SERVER_URL
that are provided by cybersource. Also MERCHANT_ID
is required to match sessionID with decision manager.
NOTE: Tested with RN 0.63+
yarn add react-native-cybersource-fingerprint-sdk
import CybersourceFingerprintSdk from "react-native-cybersource-fingerprint-sdk";
// Once in app lifetime
CybersourceFingerprintSdk.initialize('ORG_ID', 'SERVER_URL'); // return true if successful
// ...
// Generate and send sessionID each time a transaction should be processed
const sessionId = generateUniqueValue();
const result = await CybersourceFingerprintSdk.setSessionID(`MERCHANT_ID${sessionId}`); // return Promise<object> as { status: int, sessionId: string }
Native module code is within the folders:
To test the libs functionality and usage on react-native, open the projects inside example
xed example/ios
Remember to install node modules and pods.
MIT
FAQs
cybersource fingerprint
The npm package react-native-cybersource-fingerprint-sdk receives a total of 1 weekly downloads. As such, react-native-cybersource-fingerprint-sdk popularity was classified as not popular.
We found that react-native-cybersource-fingerprint-sdk demonstrated a healthy version release cadence and project activity because the last version was released less than 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.