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.
@g123jp/app-ctr-navbar
Advanced tools
A react + ts package template with rollup,
feel free using it to create a new UI package.
(ref to: tree-shakable-component-library)
links:
package.json
fileyarn build
types-package/index.d.ts
file with the following code.import React from 'react';
import { G123NavigationSideBarProps } from './type';
export declare function renderComponent(
props: G123NavigationSideBarProps,
): void;
declare global {
namespace G123NavigationSideBar {
const NavigationSideBar: React.NamedExoticComponent<G123NavigationSideBarProps>;
function renderComponent(props: G123NavigationSideBarProps): void;
function login(jwt: string): void;
}
}
npm publish --access public --tag latest --registry https://registry.npmjs.org/ --package-lock false --json
FAQs
A react + ts package template with rollup,
We found that @g123jp/app-ctr-navbar demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 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.