
Security News
Google’s OSV Fix Just Added 500+ New Advisories — All Thanks to One Small Policy Change
A data handling bug in OSV.dev caused disputed CVEs to disappear from vulnerability feeds until a recent fix restored over 500 advisories.
@tanker/client-react-native
Advanced tools
Tanker provides an easy-to-use SDK allowing you to protect your users' data.
This repository only contains the React Native bindings, which are a thin wrapper around our Android and iOS bindings.
The core library that underlies our native bindings can be found in the TankerHQ/sdk-native GitHub project.
npm install @tanker/client-react-native
See the API documentation.
See the contributing guide to learn how to contribute to the repository and the development workflow.
First, compile the Android app:
cd example
yarn
yarn detox build --configuration android
Then, start the application:
yarn start # This will block your terminal. Test logs will be output by this process, keep an eye on it
And the admin server:
yarn flask # This blocks your terminal too
Finally, run the tests:
yarn detox test --configuration android
Apache-2.0
FAQs
Tanker client SDK for React Native
The npm package @tanker/client-react-native receives a total of 0 weekly downloads. As such, @tanker/client-react-native popularity was classified as not popular.
We found that @tanker/client-react-native 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.
Security News
A data handling bug in OSV.dev caused disputed CVEs to disappear from vulnerability feeds until a recent fix restored over 500 advisories.
Research
/Security News
175 malicious npm packages (26k+ downloads) used unpkg CDN to host redirect scripts for a credential-phishing campaign targeting 135+ organizations worldwide.
Security News
Python 3.14 adds template strings, deferred annotations, and subinterpreters, plus free-threaded mode, an experimental JIT, and Sigstore verification.