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

react-native-text-ticker

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-text-ticker - npm Package Compare versions

Comparing version 0.16.0 to 0.17.0

10

index.js

@@ -81,2 +81,8 @@ import React, { PureComponent } from 'react'

componentDidUpdate(prevProps) {
if (this.props.children !== prevProps.children) {
this.resetScroll()
}
}
componentWillUnmount() {

@@ -243,3 +249,3 @@ this.stopAnimation();

onScroll = () => {
resetScroll = () => {
this.clearTimeout()

@@ -271,3 +277,3 @@ this.setState({ isScrolling: true })

scrollEventThrottle={16}
onScroll={this.onScroll}
onScroll={this.resetScroll}
showsHorizontalScrollIndicator={false}

@@ -274,0 +280,0 @@ style={StyleSheet.absoluteFillObject}

2

package.json
{
"name": "react-native-text-ticker",
"version": "0.16.0",
"version": "0.17.0",
"description": "React Native Text Ticker/Marquee Component",

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

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