
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-game-loader
Advanced tools
import Loader from "react-native-game-loader";
function App() {
return (
<Loader
barProgress={0.52}
barStyle={{
activeColor: "#ff9327",
backgroundColor: "#654321",
}}
backgroundSource={require('./assets/background.png')}
logoSource={require('./assets/logo.png')}
/>
);
}
Prop | Type | Default | Description | |
---|---|---|---|---|
backgroundSource | ImageSourcePropType | required | Asset used as background | |
logoSource | ImageSourcePropType | required | Asset used as logo | |
logoTopOffset | number | 0.05 (5% of screen height) | Top margin for the logo If value is between 0 and 1 - works as percentage of screen height | |
logoWidth | number | 80% of screen width | Width of the logo | |
barProgress | number | required | Number from 0 to 1 representing loading progress | |
barTextStyle | TextStyle | Styles for the progress bar's text | ||
barStyle | ViewStyle | required | Styles for the progress bar | |
barStyle.activeColor | string | required | Color of active part of progress bar | |
barStyle.backgroundColor | string | required | Color of progress bar's background | |
barStyle.width | number | 80% of device screen width | Width of progress bar | |
barStyle.height | number | 20 | Height of progress bar | |
barStyle.padding | number | 3 | Padding between background and active part | |
barStyle.borderRadius | number | bar height / 2 (fully rounded) | Border radius of progress bar |
FAQs
```jsx import Loader from "react-native-game-loader";
We found that react-native-game-loader demonstrated a not healthy version release cadence and project activity because the last version was released 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
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.