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.
audio-player-normal
Advanced tools
A reusable header component built with TypeScript and React, designed for use across multiple Next.js projects.
To install this package, run:
npm install hungnc-shared-header
# or
yarn add hungnc-shared-header
Import the component in your project and use it as follows:
import { Header } from 'hungnc-shared-header';
const App = () => {
return (
<div>
<Header
title="Welcome to My Site"
subtitle="Making things easy"
backgroundColor="#0070f3"
/>
</div>
);
};
export default App;
title
(string): The main title text displayed in the header.subtitle
(string, optional): The subtitle text displayed below the title.backgroundColor
(string, optional): The background color of the header. Defaults to #333
.To compile TypeScript files to JavaScript in the dist
folder, run:
npm run build
npm login
npm publish --access public
MIT License
FAQs
Shared header component for multiple Next.js projects
The npm package audio-player-normal receives a total of 5 weekly downloads. As such, audio-player-normal popularity was classified as not popular.
We found that audio-player-normal demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.