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.4.0 to 0.5.0

.babelrc

2

example/package.json

@@ -25,4 +25,4 @@ {

"react-native": "0.52.0",
"react-native-text-ticker": "^0.1.0"
"react-native-text-ticker": "0.5.0"
}
}

@@ -151,3 +151,5 @@ import React, { PureComponent } from 'react'

this.setState({
contentFits: this.distance <= 0,
// Is 1 instead of 0 to get round rounding errors from:
// https://github.com/facebook/react-native/commit/a534672
contentFits: this.distance <= 1,
shouldBounce: this.distance < this.containerWidth / 8

@@ -154,0 +156,0 @@ })

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

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

@@ -17,2 +17,4 @@ # react-native-text-ticker

This package aims to only support the latest version of React-Native.
## Installation

@@ -19,0 +21,0 @@ ```

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