Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-native-indicator

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-indicator - npm Package Compare versions

Comparing version 0.4.2 to 0.4.3

lib/loader/EatBeanLoader.js

2

index.js

@@ -15,2 +15,3 @@ /**

import Music from './lib/loader/MusicLoader';
import EatBean from './lib/loader/EatBeanLoader';

@@ -26,1 +27,2 @@ export const PulseLoader = Pulse;

export const MusicBarLoader = Music;
export const EatBeanLoader = EatBean;

2

package.json
{
"name": "react-native-indicator",
"version": "0.4.2",
"version": "0.4.3",
"description": "React Native Indicator Component",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -7,5 +7,2 @@ # react-native-indicator

<img src="/screenshot/ss1.gif" width="372" height="666" />
<img src="/screenshot/ss2.gif" width="372" height="666" />
## Installation

@@ -44,2 +41,3 @@

- MusicBarLoader
- EatBeanLoader

@@ -142,4 +140,12 @@ ```

##### EatBeanLoader
| prop | type | default | description |
| ---- | ---- | ---- | ---- |
| color | string | '#1e90ff' | the indicator's color |
| size | number | 30 | the indicator's size |
## License
MIT

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc