
Research
/Security News
Toptal’s GitHub Organization Hijacked: 10 Malicious Packages Published
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
This module generate documentation from source.
Documentation was builded with jsDoc and with customized postman-jsdoc-theme.
First install with npm
command.
# If you install from npm registry
npm install yocto-doc --save-dev
After that configure your project's Gruntfile with a new section named yoctodoc
(see below).
grunt.initConfig({
yoctodoc : {
options : {
// change your path destination
destination : 'Your_new_absolute_destination_path'
},
// Set all your file here
all : [ 'file.js', 'file2.js', 'file3.js', 'OR a path all js files are added' ]
}
});
// load task
grunt.loadNpmTasks('yocto-doc');
// register task
grunt.registerTask('doc', 'yoctodoc');
And run grunt command
grunt doc
To use this feature you can use copyExtraFiles property on your grunt file. You can use full path or wilcard to find wanted files.
grunt.initConfig({
yoctodoc : {
options : {
// change your path destination
destination : 'Your_new_absolute_destination_path'
copyExtraFiles : [ 'mayfile.myextension', './directory/myfile.extension', './directory/*.js' ]
},
// Set all your file here
all : [ 'file.js', 'file2.js', 'file3.js', 'OR a path all js files are added' ]
}
});
See below kind of examples.
2.1.6 (2016/12/05)
FAQs
Generate documention for javascript source from JsDoc
The npm package yocto-doc receives a total of 36 weekly downloads. As such, yocto-doc popularity was classified as not popular.
We found that yocto-doc 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
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
Research
/Security News
Socket researchers investigate 4 malicious npm and PyPI packages with 56,000+ downloads that install surveillance malware.
Security News
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.