Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
react-beautiful-horizontal-timeline
Advanced tools
Please check our DEMO: https://mytimeline-ad39c.firebaseapp.com/
Please check our DEMO: https://mytimeline-ad39c.firebaseapp.com/
Example: in your App.js:
We offer Horizontal Timeline with your costumize.
$ npm install react-beautiful-horizontal-timeline
```
## Example
1. Your App.js:
```js
import React, { useState } from 'react';
import './App.css';
import { Timeline } from "react-beautiful-horizontal-timeline";
function App() {
const myList = [
{
date: "2018-03-22",
name: "Event number 01",
s: "Extreme ",
t: "maor k"
},
{
date: "2018-03-22",
name: "Event number 02",
s: "Extreme ",
t: "s k"
},
{
date: "2018-03-22",
name: "Event number 03",
s: "Extreme ",
t: "Demo"
},
{
name: "Event number 04",
date: "2018-03-22",
s: "example some",
t: "Maor tt"
},
{
date: "2018-03-22",
name: "Event number 05",
s: "Extreme ",
t: "Maor tt"
},
{
date: "2018-03-22",
name: "Event number 06",
s: "Extreme ",
t: "Demo"
},
{
date: "2018-03-22",
name: "Event number 07",
statusE: "In Progress",
s: "Extreme ",
t: "Maor tt"
},
{
date: "2018-03-22",
name: "Event number 08",
s: "Extreme ",
t: "Maor Tnt"
},
{
date: "2018-03-22",
name: "Event number 09",
s: "Extreme ",
t: "Demo"
},
{
date: "2018-03-22",
name: "Event number 10",
s: "Extreme ",
t: "Maor tt"
},
{
name: "Extreme at Maor Tt10",
data: "2018-03-22",
s: "Extreme ",
t: "Maor Tnt"
}
];
const [labelWidth, setlabelWidth] = useState(140);
const [amountMove, setamountMove] = useState(350);
const [lineColor, setlineColor] = useState("#61dafb");
const [darkMode, setdarkMode] = useState(false);
const [eventTextAlignCenter, seteventTextAlignCenter] = useState(true);
const [showSlider, setshowSlider] = useState(true);
const [arrowsSize, setarrowsSize] = useState(false);
return (
<div className="App">
<Timeline
myList={myList}
labelWidth={labelWidth}
amountMove={amountMove}
lineColor={lineColor}
darkMode={darkMode}
eventTextAlignCenter={eventTextAlignCenter}
showSlider={showSlider}
arrowsSize={arrowsSize}
/>
</div>
);
}
export default App;
FAQs
* We offer Horizontal **Timeline** with your costumize. * Layouts will work on **Any** device, big or small. * Mobiles support **Swipe**. * Ability to **Style** timeline as you want.
The npm package react-beautiful-horizontal-timeline receives a total of 63 weekly downloads. As such, react-beautiful-horizontal-timeline popularity was classified as not popular.
We found that react-beautiful-horizontal-timeline 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.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.