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.5.2 to 0.5.5

lib/loader/CirclesRotationScaleLoader.js

4

index.js

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

import RotationHole from './lib/loader/RotationHoleLoader';
import CirclesRotationScale from './lib/loader/CirclesRotationScaleLoader';

@@ -33,2 +34,3 @@ export const PulseLoader = Pulse;

export const RotationCircleLoader = RotationCircle;
export const RotationHoleLoader = RotationHole;
export const RotationHoleLoader = RotationHole;
export const CirclesRotationScaleLoader = CirclesRotationScale;
/**
* Created by wangdi on 10/12/16.
* the scale center of this bar is center
*/

@@ -4,0 +5,0 @@ 'use strict';

/**
* Created by wangdi on 10/12/16.
* the scale center of this bar is bottom
*/

@@ -4,0 +5,0 @@ 'use strict';

{
"name": "react-native-indicator",
"version": "0.5.2",
"version": "0.5.5",
"description": "React Native Indicator Component",

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

@@ -67,3 +67,3 @@ # react-native-indicator

| size | number | 30 | circle's size |
| color | string | '#1e90ff' | the indicator's color |
| color | string | '#1e90ff' | indicator's color |
| frequency | number | 500 | scale's frequency |

@@ -77,4 +77,4 @@

| size | number | 10 | circle's size |
| color | string | '#1e90ff' | the indicator's color |
| betweenSpace | number | 5 | the distance between two dots |
| color | string | '#1e90ff' | indicator's color |
| betweenSpace | number | 5 | distance between two dots |

@@ -95,3 +95,3 @@

| size | number | 40 | circle's size |
| color | string | '#1e90ff' | the indicator's color |
| color | string | '#1e90ff' | indicator's color |
| dotRadius | number | 10 | each dot's size |

@@ -105,3 +105,3 @@

| size | number | 40 | circle's size |
| color | string | '#1e90ff' | the indicator's color |
| color | string | '#1e90ff' | indicator's color |
| dotRadius | number | 8 | each dot's size |

@@ -115,3 +115,3 @@

| size | number | 10 | circle's size |
| color | string | '#1e90ff' | the indicator's color |
| color | string | '#1e90ff' | indicator's color |
| strokeWidth | number | 3 | outline width |

@@ -126,3 +126,3 @@ | frequency | number | 800 | scale's frequency |

| size | number | 10 | circle's size |
| color | string | '#1e90ff' | the indicator's color |
| color | string | '#1e90ff' | indicator's color |
| strokeWidth | number | 3 | outline width |

@@ -135,7 +135,7 @@

| ---- | ---- | ---- | ---- |
| color | string | '#1e90ff' | the indicator's color |
| color | string | '#1e90ff' | indicator's color |
| barWidth | number | 5 | each bar's width |
| barHeight | number | 40 | each bar's height |
| barNumber | number | 5 | the number of bar |
| betweenSpace | number | 2 | the distance between two bars |
| betweenSpace | number | 2 | distance between two bars |

@@ -147,6 +147,6 @@

| ---- | ---- | ---- | ---- |
| color | string | '#1e90ff' | the indicator's color |
| color | string | '#1e90ff' | indicator's color |
| barWidth | number | 3 | each bar's width |
| barHeight | number | 30 | each bar's height |
| betweenSpace | number | 5 | the distance between two bars |
| betweenSpace | number | 5 | distance between two bars |

@@ -158,4 +158,4 @@

| ---- | ---- | ---- | ---- |
| color | string | '#1e90ff' | the indicator's color |
| size | number | 30 | the indicator's size |
| color | string | '#1e90ff' | indicator's color |
| size | number | 30 | indicator's size |

@@ -168,3 +168,3 @@

| size | number | 30 | circle's size |
| color | string | '#1e90ff' | the indicator's color |
| color | string | '#1e90ff' | indicator's color |

@@ -176,4 +176,4 @@

| ---- | ---- | ---- | ---- |
| size | number | 30 | circle's size |
| color | string | '#1e90ff' | the indicator's color |
| size | number | 30 | indicator's size |
| color | string | '#1e90ff' | indicator's color |
| rotationSpeed | number | 800 | rotation speed |

@@ -186,4 +186,4 @@

| ---- | ---- | ---- | ---- |
| size | number | 40 | circle's size |
| color | string | '#1e90ff' | the indicator's color |
| size | number | 40 | indicator's size |
| color | string | '#1e90ff' | indicator's color |
| rotationSpeed | number | 800 | rotation speed |

@@ -193,4 +193,12 @@ | strokeWidth | number | 8 | circle outline's width |

##### CirclesRotationScaleLoader
| prop | type | default | description |
| ---- | ---- | ---- | ---- |
| size | number | 50 | indicator's size |
| color | string | '#1e90ff' | indicator's color |
## License
MIT
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