
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@moneylion/react-native-engine-sdk
Advanced tools
React Native components for the Engine by MoneyLion Mobile SDK
React Native components for Engine by MoneyLion. This implements a turnkey flow for gathering user information and submitting them to the Engine service to find financial products.
Please reference Engine by MoneyLion's Developer Center for instructions and details to integrate the React Native Mobile SDK into your mobile app.
This project is managed using Yarn workspaces. It contains the following packages:
example/
directory.To get started with the project, run yarn
in this directory to install the required dependencies for each package:
yarn
Since the project relies on Yarn workspaces, you cannot use
npm
for development.
The example app demonstrates usage of the library. You need to run it to test any changes you make.
It is configured to use the local version of the library, so any changes you make to the library's source code will be reflected in the example app. Changes to the library's JavaScript code will be reflected in the example app without a rebuild, but native code changes will require a rebuild of the example app.
You can use various commands from this directory to work with the project.
To start the packager:
yarn example start
To run the example app on Android:
yarn example android
To run the example app on iOS:
yarn example ios
To run the example app on Web:
yarn example web
Make sure your code passes TypeScript and ESLint. Run the following to verify:
yarn typecheck
yarn lint
To fix formatting errors, run the following:
yarn lint:fix
Remember to add tests for your change if possible. Run the unit tests by:
yarn test
The package.json
file contains various scripts for common tasks:
yarn
: setup project by installing dependencies.yarn typecheck
: type-check files with TypeScript.yarn lint
: lint files with ESLint.yarn test
: run unit tests with Jest.yarn example start
: start the Metro server for the example app.yarn example android
: run the example app on Android.yarn example ios
: run the example app on iOS.Made with create-react-native-library
Sometimes you might encounter a problem where the iOS simulator refuses to start.
This can present with an error message like Failed to start launchd_sim: could not bind to session, launchd_sim may have crashed or quit responding
.
You might be able to fix it by clearing the simulator caches.
Navigate to ~/Library/Developer/CoreSimulator/Caches
and remove the files in there.
FAQs
React Native components for the Engine by MoneyLion Mobile SDK
The npm package @moneylion/react-native-engine-sdk receives a total of 563 weekly downloads. As such, @moneylion/react-native-engine-sdk popularity was classified as not popular.
We found that @moneylion/react-native-engine-sdk demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.