
Security News
curl Shuts Down Bug Bounty Program After Flood of AI Slop Reports
A surge of AI-generated vulnerability reports has pushed open source maintainers to rethink bug bounties and tighten security disclosure processes.
verb-defaults
Advanced tools
Plugin for setting basic defaults in verb projects.
You might also be interested in generate.
Install with npm:
$ npm install --save verb-defaults
Default engine
Adds a default template engine for rendering templates. This engine is registered with the name *.
In a vinyl stream, to force rendering to use this engine, do:
app.src('*.md')
.pipe(app.renderFile('*')) //<= engine name
Common middleware
Registers the common-middleware plugin, which runs preRender, posRender and preWrite middleware that handle escaping and unescaping of templates/delimiters that should not be evaluated at render time (e.g. when writing documentation it's common to have examples of templates that should not be rendered).
This plugin can be used in a verbfile.js or a globally installed verb generator.
var defaults = require('verb-defaults');
// register the plugin
app.use(defaults());
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
(This document was generated by verb-generate-readme (a verb generator), please don't edit the readme directly. Any changes to the readme must be made in .verb.md.)
To generate the readme and API documentation with verb:
$ npm install -g verb verb-generate-readme && verb
Install dev dependencies:
$ npm install -d && npm test
Jon Schlinkert
Copyright © 2016, Jon Schlinkert. Released under the MIT license.
This file was generated by verb-generate-readme, v0.1.28, on August 06, 2016.
FAQs
Plugin for setting basic defaults in verb projects.
We found that verb-defaults 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
A surge of AI-generated vulnerability reports has pushed open source maintainers to rethink bug bounties and tighten security disclosure processes.

Product
Scan results now load faster and remain consistent over time, with stable URLs and on-demand rescans for fresh security data.

Product
Socket's new Alert Details page is designed to surface more context, with a clearer layout, reachability dependency chains, and structured review.