
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.
view-get-dest
Advanced tools
Assemble plugin to add a dest property to views.
Install with npm:
$ npm install view-get-dest --save
var viewGetDest = require('view-get-dest');
Returns a plugin function that adds a dest getter/setter to views. Getter searches for properties that may contain the actual dest. By default the properties are data.permalink, data.dest, and path. See assemble-permalinks for details on how to set data.permalink.
Properties may be overridden by passing in a configuration when setting up the plugin.
Params
config {Object}: Plugin configuration object.config.props {String|Array}: Array of properties to search on the view for the dest property. Defaults to ['data.permalink', 'data.dest', 'path'].returns {Function}: Plugin function to be passed to app.useExample
var config = {
props: ['data.dest', 'data.foo']
};
app.use(getDest(config));
.dest getter/setter on view instances
Example
var dest = view.dest;
// path/to/view/dest
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
Generate readme and API documentation with verb:
$ npm install verb && npm run docs
Or, if verb is installed globally:
$ verb
Install dev dependencies:
$ npm install -d && npm test
Brian Woodward
verb © 2016, Brian Woodward. Released under the MIT license.
This file was generated by verb, v0.9.0, on April 15, 2016.
FAQs
Assemble plugin to add a dest property to views.
The npm package view-get-dest receives a total of 2 weekly downloads. As such, view-get-dest popularity was classified as not popular.
We found that view-get-dest demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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.