
Research
/Security News
Weaponizing Discord for Command and Control Across npm, PyPI, and RubyGems.org
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
broccoli-docco
Advanced tools
A broccoli plugin that generates HTML code documentation using the popular docco library.
#broccoli-docco
Broccoli plugin for generating code documentation using Docco styled documentation blocks
At the root of your development project type:
npm install broccoli-docco --save
This plugin leverages the popular Docco documentation generator. The signature of the plugin is:
var tree = docco(inputTree, options) { }
inputTree
is either a broccoli tree or a string representing a directory which should be converted to a treeThis plugin should be used in your brocfile.js
in manner similar to this:
var docco = require('broccoli-docco');
var docs = docco('src', {
output: 'docs', // this is the default value
layout: 'parallel' // this is default value, values could also be 'linear' or 'classic'
});
module.exports = docs;
In the example above all supported document types in the src
directory would be processed into HTML documentation in the docs
directory using the parallel
design layout.
It would be odd to write code that documents code and then not document it ... so if you want to see the resultant documented code you can find it here:
Happy trails,
Ken Snyder
FAQs
A broccoli plugin that generates HTML code documentation using the popular docco library.
The npm package broccoli-docco receives a total of 6 weekly downloads. As such, broccoli-docco popularity was classified as not popular.
We found that broccoli-docco 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 researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Research
The Socket Threat Research Team is tracking weekly intrusions into the npm registry that follow a repeatable adversarial playbook used by North Korean state-sponsored actors.