
Research
Malicious fezbox npm Package Steals Browser Passwords from Cookies via Innovative QR Code Steganographic Technique
A malicious package uses a QR code as steganography in an innovative technique.
Wraps Recharts up for Preact, without using preact-compat.
Think of this as a version of
Precharts
that is pre-aliased to use preact in place of React.
See Webpackbin Example:
import { h, render } from 'preact';
import { ComposedChart, Area, Line, XAxis, CartesianGrid, Tooltip } from 'precharts';
const DATA = [
{ name: 'A', a: 4000, b: 2400 },
{ name: 'B', a: 3000, b: 1398 },
{ name: 'C', a: 2000, b: 9800 },
{ name: 'D', a: 2780, b: 3908 },
{ name: 'E', a: 1890, b: 4800 },
{ name: 'F', a: 2390, b: 3800 },
{ name: 'G', a: 3490, b: 4300 }
];
render((
<ComposedChart width={500} height={200} data={DATA}>
<XAxis dataKey="name" orientation="bottom" height={20} />
<CartesianGrid strokeDasharray="3 3" />
<Line dataKey="a" stroke="red" />
<Area dataKey="b" fill="green" opacity={.3} />
<Tooltip />
</ComposedChart>
), document.body);
FAQs
Wraps Recharts up for Preact, without preact-compat
The npm package precharts receives a total of 53 weekly downloads. As such, precharts popularity was classified as not popular.
We found that precharts demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.
Application Security
/Research
/Security News
Socket detected multiple compromised CrowdStrike npm packages, continuing the "Shai-Hulud" supply chain attack that has now impacted nearly 500 packages.