
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
twreporter-react-listing-components
Advanced tools
Need Dependencies:
yarn add react lodash prop-types react-router styled-components
Install the package:
yarn add twreporter-react-listing-components
import { TopicsComponents } from 'twreporter-react-listing-components'
const { PageContent, TopSection, ListSection, PostsContainer, PostItem, TopicItem, LoadMore } = TopicsComponents
const Page = (props) =>(
<div>
<PageContent>
<TopSection topicName={props.topTopicName} topicUrl={props.topicUrl}>
<TopicItem
key={props.topTopic.key}
title={props.topTopic.title}
updatedAt={props.topTopic.updatedAt}
description={props.topTopic.description}
imgUrl={props.topTopic.imgUrl}
imgAlt={props.topTopic.imgAlt}
isFull={props.topTopic.isFull}
url={props.topTopic.url}
/>
<PostsContainer>
{props.postsArray.map(post => (
<PostItem
key={post.key}
title={post.title}
imgUrl={post.imgUrl}
linkTo={post.linkTo}
linkTarget={post.linkTarget}
/>
))}
</PostsContainer>
</TopSection>)}
<ListSection>
{props.topicsArray.map(topic => (
<TopicItem
key={topic.key}
title={topic.title}
updatedAt={topic.updatedAt}
description={topic.description}
imgUrl={topic.imgUrl}
imgAlt={topic.imgAlt}
isFull={topic.isFull}
url={topic.url}
/>
))}
</ListSection>
</PageContent>
</div>
)
/listing-components/src/twreporter-react-components: /shared/Automatically rebuild while files change.
cd twreporter-react-components/listing-components
npm run dev
cd twreporter-react-components/listing-components
npm run build
cd twreporter-react-components/listing-components
npm publish
FAQs
## INSTALL
The npm package twreporter-react-listing-components receives a total of 2 weekly downloads. As such, twreporter-react-listing-components popularity was classified as not popular.
We found that twreporter-react-listing-components 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 researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.