
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.
nhsuk-prototype-kit
Advanced tools
This repo contains the code for the NHS Prototype kit that will be distributed as an npm package.
The code contains:
The simplest way to get started is to use the NHS Prototype kit template repository.
From there, select 'Use this as a template' and follow the instructions.
You can also add the kit to an existing Express app by running:
npm install nhsuk-prototype-kit
Then, within your app.js file, add this line to the top:
const NHSPrototypeKit = require('nhsuk-prototype-kit')
and then after your app and nunjucks configuration code, add this:
NHSPrototypeKit.init({
serviceName: 'Your service name',
express: app,
nunjucks: nunjucks,
routes: routes,
sessionDataDefaults: sessionDataDefaults
})
If you only want to use the Nunjucks filters, you can use this:
NHSPrototypeKit.nunjucksFilters.addAll(nunjucksEnv)
FAQs
TODO
We found that nhsuk-prototype-kit demonstrated a healthy version release cadence and project activity because the last version was released less than 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.