
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
@frctl/fractal-engine-handlebars
Advanced tools
Handlebars template engine renderer for Fractal.
Install into your project via NPM:
npm i @frctl/fractal-engine-handlebars
Then add the engine to your project configuration file:
// fractal.config.js
module.exports = {
app: {
//... other config
engines: [
'@frctl/fractal-engine-handlebars'
]
}
}
You can then use view.hbs templates in your components.
If you wish to customise the Handlebars instance with helpers, decorators or similar, you can pass a custom Handlebars instance via the engine options.
// fractal.config.js
const hbs = require('handlebars').create();
hbs.registerHelper('myHelper', function(){
// do something here...
});
module.exports = {
app: {
engines: [
['@frctl/fractal-engine-handlebars', {
handlebars: hbs // pass in the custom handlebars instance
}]
]
}
}
Note: In order to create a custom instance in this way you will need to first install Handlebars via NPM directly into your project:
npm i handlebars
Requires Node >= v7.6 and Fractal >= v2.0.0-beta.1
FAQs
Handlebars template engine renderer for Fractal
We found that @frctl/fractal-engine-handlebars 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.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.