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.
d3node-barchart
Advanced tools
BarChart generator in node.js.
npm install d3node-barchart
const d3nBar = require('d3node-barchart');
const bar = d3nBar(data, selector, container, style)
Check out the example for usage.
npm start
Array
Data from file or web processed by d3 library.
String
'#chart'
DOM selector in container.
String
<div id="container"><h2>Bar Chart</h2><div id="chart"></div></div>
DOM contain the visualization result.
String
.bar{fill: steelblue;}
.bar:hover{fill: brown;}
.axis{font: 10px sans-serif;}
.axis path,.axis line{fill: none;stroke: #000;shape-rendering: crispEdges;}
.x.axis path{display: none;}
Barchart style.
git checkout -b my-new-feature
git commit -am 'Add some feature'
git push origin my-new-feature
FAQs
D3-Node example - BarChart
The npm package d3node-barchart receives a total of 372 weekly downloads. As such, d3node-barchart popularity was classified as not popular.
We found that d3node-barchart 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
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.