Launch Week Day 5: Introducing Reachability for PHP.Learn More
Socket
Book a DemoSign in
Socket

@ministryofjustice/hmpps-court-cases-release-dates-design

Package Overview
Dependencies
Maintainers
13
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ministryofjustice/hmpps-court-cases-release-dates-design

A shared frontend library for HMPPS Court cases and release dates product set services

latest
Source
npmnpm
Version
5.0.1
Version published
Maintainers
13
Created
Source

HMPPS Court cases and release dates frontend

Add to prototype

Install the package:

npm install @ministryofjustice/hmpps-court-cases-release-dates-design

Add the macro to your template.html file:

nunjucks{% from "hmpps/components/mini-profile/macro.njk" import miniProfile %}

Use the macro:

{% set person = {
    firstName: 'Neil',
    lastName: 'Rudge',
    prisonerNumber: 'A1234BC',
    dateOfBirth: '1932-02-02',
    status: 'On remand',
    prisonName: 'HMP Kirkham',
    cellLocation: 'A-1-1'
} %}

{{ miniProfile(person, '/plugin-assets/@ministryofjustice/hmpps-court-cases-release-dates-design/hmpps/assets/images/prisoner-profile-image.png', '#') }}

FAQs

Package last updated on 01 Apr 2026

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