
Research
Malicious Go “crypto” Module Steals Passwords and Deploys Rekoobe Backdoor
An impersonated golang.org/x/crypto clone exfiltrates passwords, executes a remote shell stager, and delivers a Rekoobe backdoor on Linux.
@times-visuals/treemap
Advanced tools
A treemap chart built in d3
# Yarn
$ yarn add @times-visuals/treemap
# npm
$ npm add @times-visuals/treemap
import Treemap from '@times-visuals/treemap';
export default () => <Treemap data={data} onHover={function} />;
[
{
id: "HouseOfCommons",
children: [
{
category: "Commons staff",
number: "7194",
id: "commons"
},
...
],
color: "#254251",
fontColor: "#ffffff"
},
If an onHover function is added, it will get passed an object in the following structure:
{
data: Object of the square,
depth: 2,
height: 2,
parent: Object of the parent,
value: value of the square,
x0: xx,
x1: xx,
y0: yy,
y1: yy
}
FAQs
Treemap
We found that @times-visuals/treemap demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
An impersonated golang.org/x/crypto clone exfiltrates passwords, executes a remote shell stager, and delivers a Rekoobe backdoor on Linux.

Security News
npm rolls out a package release cooldown and scalable trusted publishing updates as ecosystem adoption of install safeguards grows.

Security News
AI agents are writing more code than ever, and that's creating new supply chain risks. Feross joins the Risky Business Podcast to break down what that means for open source security.