
Security News
Deno 2.6 + Socket: Supply Chain Defense In Your CLI
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.
Creates dat.gui legend to change ngraph.pixel edges. Click here to see the demo of this plugin.
var renderGraph = require('ngraph.pixel');
var createSetings = require('config.pixel');
var createLegend = require('edgelegend');
var renderer = renderGraph(graph);
var settings = createSettings(renderer);
// add a new group called "Groups", with two colors:
createLegend(settings, 'Groups', [{
name: 'First',
color: 0xff0000,
filter: function(link) {
return link.fromId <= 50;
}
}, {
name: 'Second',
color: 0x00ff00,
filter: function(link) {
return link.fromId > 50;
}
}]);
With npm do:
npm install edgelegend
MIT
FAQs
Creates dat.gui legend to change ngraph.pixel edges
The npm package edgelegend receives a total of 0 weekly downloads. As such, edgelegend popularity was classified as not popular.
We found that edgelegend 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
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.

Security News
New DoS and source code exposure bugs in React Server Components and Next.js: what’s affected and how to update safely.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.