Socket
Socket
Sign inDemoInstall

@hmcts/cmc-common-frontend

Package Overview
Dependencies
0
Maintainers
19
Versions
96
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @hmcts/cmc-common-frontend

This project contains common items for sharing across Civil Money Claims projects.


Version published
Weekly downloads
93
increased by4550%
Maintainers
19
Install size
39.4 kB
Created
Weekly downloads
 

Readme

Source

CMC common -frontend

This project contains common items for sharing across Civil Money Claims projects.

Install

Run:

$ yarn add @hmcts/cmc-common-frontend

Nunjuck Macros

Add the macros folder of this project to your nunjucks search path:

nunjucks.configure([
  path.join(__dirname, '..', '..', 'views'),
  path.join(__dirname, '..', '..', '..', '..', 'node_modules', '@hmcts', 'cmc-common-frontend', 'macros'),
], {
  autoescape: true,
  express: app
})

FAQs

Last updated on 01 Aug 2019

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc