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.
Graph visualization for human!
Visualize Neo4j API response and other graph data.
Blooom
as a nodejs package<div id="canvas"></div>
<script>
import Blooom from "blooom";
import 'blooom/dist/main.min.css'
new Blooom("#canvas", neoData, {
nodeLabelProperties: {
mutation: "position",
Molecular_Individual: "virus_id",
},
});
</script>
Blooom
as a ES6 moduleSee example/browser.html
for a simple demo.
<link rel="stylesheet" href="blooom/dist/main.min.css" />
<script src="https://cdn.jsdelivr.net/npm/d3@5.16.0"></script>
<script src="blooom/dist/main.es.browser.min.js"></script>
<div id="canvas"></div>
<script>
new Blooom("#canvas", neoData, {
nodeLabelProperties: {
mutation: "position",
Molecular_Individual: "virus_id",
},
});
</script>
gulp
Github: John-Theo/blooom.js
This application comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law.
FAQs
Graph visualization tool for human.
We found that blooom 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.
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.