
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
react-ticker-tape
Advanced tools
A lightweight and flexible react library that allows you to build fully functional ricker tape. This react library is built using react.js, sass and adheres to latest ECMAScript specs. This library is intended to be used along with react.js. Supports IE1
A lightweight and flexible react library that allows you to build fully functional ricker tape. This react library is built using react.js, sass and adheres to latest ECMAScript specs. This library is intended to be used along with react.js. Supports IE10+, all major browsers and even mobile.
Originally, this was a pure vanilla js module which I had developed for one of my client as per their unique requirement. Now, I have upgraded this library to have more control over ticker tape such as text to be displayed, speed animation, background & color changes and positions to be displayed.
You can install this package using below command:
npm install react-ticker-tape
Note: You are to use this library along with react.js, since it is a pure react component under the hood.
Import the Ticker Tape component in your desired react component using following code:
import {Ticker} from 'react-ticker-tape'
Then, simply use it with below code.
<Ticker text='Hi there! This is ticker tape version 1. Please check documentation on how to embed this library to your react project. Cheers!' />
Below are the options to control Slider component as per requirement:
text {type: string}: text for ticker tape *Required
animationSpeed {type: integar}: sets the speed of the ticker animation, in seconds Default: 10 || 10s
bg {type: string}: sets background color for ticker. You can pass name, hex or rgba code. Default: blueviolet
color {type: string}: sets color for ticker text. You can pass name, hex or rgba code. Default: white
fix {type: string}: sets the postion of ticker tape Default: null Values: top || bottom || left || right
Bivek Jang Gurung
FAQs
A lightweight and flexible react library that allows you to build fully functional ticker tape. This react library is built using react.js, sass and adheres to latest ECMAScript specs. This library is intended to be used along with react.js. Supports IE1
The npm package react-ticker-tape receives a total of 5 weekly downloads. As such, react-ticker-tape popularity was classified as not popular.
We found that react-ticker-tape demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.