
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

A simple and powerful Javascript HTML5 SVG library.
JPG, PNG, JSON and CANVAS , PDF , DXF , AI(adobe illustrator)| Context | Supported Version | Notes |
|---|---|---|
| Firefox | ✔️ | modern version (tbd) |
| Safari | ✔️ | version >= 10.1 |
| Opera | ✔️ | chromium based |
| Chrome | ✔️ | modern version (tbd) |
| Edge | ✔️ | chromium based |
| Edge Legacy | ❌ | |
| IE11 | ❌ | |
| Node.js | ✔️ | Node.js installation |
$ npm install foxyjs --save
// or
$ yarn add foxyjs
See browser modules for using es6 imports in the browser or use a dedicated bundler.
<template>
<div id="container" width="100vw" height="100vh"></div>
</template>;
import { Stage, SVGStar } from "foxyjs";
import "foxyjs/style.css";
const container = document.getElementById("container");
const stage = new Stage(container, {
manualGuides: true,
smartGuides: true,
showGrid: true,
showRulers: true,
});
const star = new SVGStar({
x: 100,
y: 100,
rx: 60,
ry: 60,
depth: 0.4,
arms: 5,
fill: "red",
});
stage.add(star);
stage.selectedElements.set(star);
stage.toggleTool("transform-tool");
FAQs
Svg-editor
We found that foxyjs demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.