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.9.0 to 1.10.0

2

index.js

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

easing: PropTypes.func,
animationType: PropTypes.oneOf('auto', 'scroll', 'bounce'), // (values should be from AnimationType, 'auto', 'scroll', 'bounce')
animationType: PropTypes.oneOf(['auto', 'scroll', 'bounce']), // (values should be from AnimationType, 'auto', 'scroll', 'bounce')
bounceSpeed: PropTypes.number, // Will be ignored if you set duration directly.

@@ -47,0 +47,0 @@ scrollSpeed: PropTypes.number, // Will be ignored if you set duration directly.

{
"name": "react-native-text-ticker",
"version": "1.9.0",
"version": "1.10.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