
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.
react-router-native-button
Advanced tools
import RouterButton from 'react-router-native-button';
<RouterButton
to="/settings"
title="Settings"
color="#841584"
accessibilityLabel="Click to navigate to settings"
/>
<RouterButton
to={{
pathname: '/courses',
search: '?sort=name',
hash: '#the-hash',
state: { fromDashboard: true }
title="Courses"
color="#841584"
accessibilityLabel="Click to navigate to settings"
/>
npm install -g react-router-native-button
accessibilityLabel?: ?string
Text to display for blindness accessibility features
color?: ?string
Color of the text (iOS), or background color of the button (Android)
disabled?: ?boolean
If true, disable all interactions for this component.
testID?: ?string
Used to locate this view in end-to-end tests.
title: string
Text to display inside the button
to: ?string
The pathname or location to link to.
to: ?object
The location to link to.
replace: ?boolean
When true, clicking the button will replace the current entry in the history stack instead of adding a new one.
React Native for the Button code
React Router for the Link code that's used here
FAQs
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.