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.6.1 to 0.6.2

6

lib/loader/LinesLoader.js

@@ -32,3 +32,3 @@ /**

for (let i = 0; i < this.props.barNumber; i++) {
heights.push(new Animated.Value(this.props.barHeight));
heights.push(new Animated.Value(this.props.barHeight/3));
}

@@ -66,4 +66,4 @@

return Animated.sequence([
Animated.timing(self.state.heights[i], {toValue: 5, duration: 500, delay: i*200}),
Animated.timing(self.state.heights[i], {toValue: self.props.barHeight, duration: 500})
Animated.timing(self.state.heights[i], {toValue: self.props.barHeight, duration: 400, delay: i*200}),
Animated.timing(self.state.heights[i], {toValue: self.props.barHeight/3, duration: 400})
])

@@ -70,0 +70,0 @@ }

{
"name": "react-native-indicator",
"version": "0.6.1",
"version": "0.6.2",
"description": "React Native Indicator Component",

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

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