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 1.11.0 to 1.12.0

6

index.js

@@ -156,7 +156,7 @@ import React, { PureComponent } from 'react'

startAnimation = (timeDelay) => {
startAnimation = () => {
if (this.state.animating) {
return
}
this.start(timeDelay)
this.start()
}

@@ -236,3 +236,3 @@

start = async (timeDelay) => {
start = async () => {
this.setState({ animating: true })

@@ -239,0 +239,0 @@ this.setTimeout(async () => {

{
"name": "react-native-text-ticker",
"version": "1.11.0",
"version": "1.12.0",
"description": "React Native Text Ticker/Marquee Component",

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

@@ -32,3 +32,8 @@ declare module 'react-native-text-ticker' {

export default class TextTicker<T> extends React.Component<TextTickerProps> { }
export interface TextTickerRef {
startAnimation(): void;
stopAnimation(): void;
}
export default class TextTicker extends React.Component<TextTickerProps> { }
}
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