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.
Since the time of writing d3-builder
, D3 has released discrete packages on
NPM. We recommend checking them out before
digging too much into this project.
var fs = require('fs');
var d3 = require('d3-builder');
d3('svg/arc', 'scale/linear').pipe(fs.createWriteStream('./d3.custom.js'));
Checkout the D3 source for a list. start
and end
are automatically included for you.
D3 uses the smash module system. This package is a thin layer over smash and D3 to make it easier to stream custom builds into browserify.
d3-builder
is released under the MIT License.
0.4.0
No record exists for releases prior to 0.4.0
FAQs
Generates custom builds of D3
The npm package d3-builder receives a total of 2 weekly downloads. As such, d3-builder popularity was classified as not popular.
We found that d3-builder 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.