Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@veriff/react-native-sdk
Advanced tools
To start using the Veriff React Native SDK follow the steps described here.
import VeriffSdk from '@veriff/react-native-sdk';
var result = await VeriffSdk.launchVeriff({ sessionToken: TOKEN });
switch (result.status) {
case VeriffSdk.statusDone:
// user submitted the images and completed the flow
// note that this does not mean a final decision yet
break;
case VeriffSdk.statusCanceled:
// user canceled the flow before completing
break;
case VeriffSdk.statusError:
// the flow could not be completed due to an error
console.log("Veriff verification failed with error=" + result.error);
break;
}
See more details here.
FAQs
React Native SDK for Veriff identity verification
The npm package @veriff/react-native-sdk receives a total of 3,967 weekly downloads. As such, @veriff/react-native-sdk popularity was classified as popular.
We found that @veriff/react-native-sdk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.