
Product
Reachability for Ruby Now in Beta
Reachability analysis for Ruby is now in beta, helping teams identify which vulnerabilities are truly exploitable in their applications.
@dadi/dustjs-helpers
Advanced tools
A collection of Dust.js helpers used in DADI+ projects.
npm install @dadi/dustjs-helpers --save
/* app/utils/helpers/loader.js */
// first, a reference to the loaded pages and routes within your application
var components = require('@dadi/web').Components
// also, a reference to the Dust template module inside DADI Web
var dust = require('@dadi/web').Dust
// Load DADI helpers
require('@dadi/dustjs-helpers')(dust.getEngine(), { components: components })
We also recommend including the common DustJS helpers from https://github.com/rodw/common-dustjs-helpers.
npm install common-dustjs-helpers --save
Add the following to your loader.js file
// Load common-dustjs-helpers
var commonDustHelpers = require('common-dustjs-helpers')
new commonDustHelpers.CommonDustjsHelpers().export_helpers_to(dust.getEngine())
Clone this repository
Make your changes to dadi-dustjs-helpers.js
Add your tests to test/test.js
Run test suite
npm test
Build minified file
npm run build
FAQs
A collection of Dust.js helpers used in DADI+ projects
We found that @dadi/dustjs-helpers demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 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.

Product
Reachability analysis for Ruby is now in beta, helping teams identify which vulnerabilities are truly exploitable in their applications.

Research
/Security News
Malicious npm packages use Adspect cloaking and fake CAPTCHAs to fingerprint visitors and redirect victims to crypto-themed scam sites.

Security News
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.