
Research
PyPI Package Disguised as Instagram Growth Tool Harvests User Credentials
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
grunt-yocto-generator-apidoc
Advanced tools
Plugin for generate comments file for apidoc
This module load all json file in a specific folder, and translate this data in a comments file that will be imported by apidoc for generate doc
For the structure of json file please refer to the yocto-api node module at :
This plugin requires Grunt ~0.4.5
If you haven't used Grunt before, be sure to check out the Getting Started guide, as it explains how to create a Gruntfile as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:
npm install grunt-yocto-generator-apidoc --save-dev
Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:
grunt.loadNpmTasks('grunt-yocto-generator-apidoc');
In your project's Gruntfile, add a section named yocto_generator_apidoc
to the data object passed into grunt.initConfig()
.
grunt.initConfig({
yocto_generator_apidoc: {
apidoc: {
options: {
modelsFolder : '/example/models/',
dest : '/example/apidoc.js'
}
}
},
});
Type: String
The directory path where all you models are.
Type: String
The file of you comment file which will be create
grunt.initConfig({
yocto_generator_apidoc: {
apidoc: {
options: {
modelsFolder : '/example/models/',
dest : '/example/apidoc.js'
}
}
},
});
1.0.1 (2016/04/04)
FAQs
Plugin for generate comments file for apidoc
The npm package grunt-yocto-generator-apidoc receives a total of 0 weekly downloads. As such, grunt-yocto-generator-apidoc popularity was classified as not popular.
We found that grunt-yocto-generator-apidoc 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
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.