
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.
git clone git@github.com:glouwa/gulp.git
sudo npm run globalinstall
npm install
cd res
gulp download
gulp translate --lang en
gulp translate --lang de
gulp deploy
cd ..
cd res
gulp deploy
cd ..
and download prebuild data and copy content to res/hierarchy/Open-Tree-of-Life/.
'res/hierarchy/Open-Tree-of-Life/afrotheria/afrotheria.d3.json-de.lang.json' should be a valid path if done correctly.
gulp watch
Will build and open a browser window.
Michael Glatzhofer 0230699 michael.glatzhofer@student.tugraz.at 706.505 Projekt Informationssysteme 10 ECTS
- split in 3, rollup, webpack (tests!), npm
- define api, extract infterface
- write howto
- reduce package size
- predefine api for
- configrable component, with configuation ui
o upto a few thousand nodes o "perimeter culling" o hyperbolic zoom = radius adjustment o default zoom level (see whole tree) o label filtering - by data (importance is defined in dataset) - by algo o multi-touch events / responsive o level-of-detail drag (lines on drag, curves on refresh) - lines on drag, curves on refresh - hide labels on drag - hide nodes on drag if nessessary o save as svg
[o semantic (doi) filtering]
- svg into frame buffer = miniature using css transform ?
- is css fast? how to save as svg?
- dataset will be loaded completly
- svg elements limited
- javascript limitations
- currently all nodes are transformed from hyperbolic space to euclidian
- keep this if possible, otherwise:
- get a visible node, (the one under mouse?)
- transform children unitl r > .995 and add to visible set
- transform parent unitl r > .995 and add to visible set
FAQs
keep it together
The npm package ducd receives a total of 4 weekly downloads. As such, ducd popularity was classified as not popular.
We found that ducd 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.