New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

hof

Package Overview
Dependencies
Maintainers
1
Versions
508
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hof

Home Office Forms (HOF) single package that bundles up a collection of packages used to create forms at the Home Office in node.js.

  • 0.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
649
decreased by-16.26%
Maintainers
1
Weekly downloads
 
Created
Source

HOF

Home Office Forms (HOF) single package that bundles up a collection of packages used to create forms at the Home Office in node.js.

Installation

npm install --save hof

Usage

HOF comprises of the following modules.

  • hmpo-form-wizard
  • hmpo-frontend-toolkit
  • hmpo-govuk-template
  • hmpo-model
  • hmpo-template-mixins
  • i18n-future
  • i18n-lookup

Each one is avalable from the hof package for convinience.

var hof = require('hof');

var wizard = hof.wizard;
var toolkit = hof.toolkit;
var template = hof.template;
var Model = hof.Model;
var mixins = hof.mixins;
var i18n = hof.i18n;
var i18nLookup = hof.i18nLookup;

Keywords

FAQs

Package last updated on 22 Oct 2015

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc