
Research
npm Malware Targets Telegram Bot Developers with Persistent SSH Backdoors
Malicious npm packages posing as Telegram bot libraries install SSH backdoors and exfiltrate data from Linux developer machines.
react-landing-ui
Advanced tools
A collection of all react components that might be needed to create landing pages
npm install --save react-landing-ui
import React, { Component } from 'react'
import { Logo } from "./components/Logo";
import { Button, NavBar, Footer, Switch } from 'react-landing-ui';
class Home extends Component {
render() {
return <>
<NavBar logo={<Logo/>}>
<a href="#">About</a>
<a href="#">Pricing</a>
<a href="#">Roadmap</a>
<a href="#">Contact</a>
<ShiningDiv>
<Button>Start Project</Button>
</ShiningDiv>
</NavBar>
<div>
<Switch label="Sample Switch"/>
</div>
<Footer
logo={<Logo/>}
mainLinks={<>
<a href="#">About</a>
<a href="#">Pricing</a>
<a href="#">Roadmap</a>
<a href="#">Contact</a>
</>}
extraLinks={<>
<a href="#">Privacy</a>
<a href="#"> © Archit 2022</a>
</>}
/>
</>
}
}
:root {
--rlu-primary: #005070;
--rlu-white: #ffffff;
--rlu-footer-bg: #1A1834;
--rlu-font-primary: 'Inter', sans-serif;
--rlu-font-secondary: 'Poppins', sans-serif;
--rlu-width-nav: 1080px;
--rlu-width-container: 890px;
--rlu-space-vertical: 10rem;
}
MIT © architgarg
FAQs
A collection of all react components that might be needed to create landing pages
The npm package react-landing-ui receives a total of 5 weekly downloads. As such, react-landing-ui popularity was classified as not popular.
We found that react-landing-ui 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
Malicious npm packages posing as Telegram bot libraries install SSH backdoors and exfiltrate data from Linux developer machines.
Security News
pip, PDM, pip-audit, and the packaging library are already adding support for Python’s new lock file format.
Product
Socket's Go support is now generally available, bringing automatic scanning and deep code analysis to all users with Go projects.