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.
@politico/interactive-style-elections
Advanced tools
Component library for election pages.
Installation:
$ yarn add @politico/interactive-style-elections
Import only what you need:
import { Logo } from '@politico/interactive-style-elections';
Use it in your component:
import React from 'react';
const MyComponent = () => (
<Logo />
);
export default MyComponent;
Need to add a new headshot to the Headshot
component?
Make sure you've added the candidate to the democratic candidates loader.
Create a .png
file at 72ppi
and at least 600px
wide with an aspect ratio of 1:1.1
.
Name the file the same as the generated slug of the candidate. These slugs are generated by combining the first and last name of the candidate with dashes (-
). If they have a nickname, combine their nickname and last name the same way.
Put this file in the headshots folder.
Run the command to process and upload your headshot:
$ yarn build-headshots
Clone Repo:
$ git clone https://github.com/The-Politico/politico-interactive-style-elections
Install dependencies:
$ yarn
Start development server:
$ yarn start
Build assets:
$ yarn build
Publish changes:
$ yarn publish
FAQs
Component library for election pages.
The npm package @politico/interactive-style-elections receives a total of 3 weekly downloads. As such, @politico/interactive-style-elections popularity was classified as not popular.
We found that @politico/interactive-style-elections demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 11 open source maintainers 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.