
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
@not-govuk/form-group
Advanced tools
A group of form fields.
First install the package into your project:
npm install -S @not-govuk/form-group
Then use it in your code as follows:
import React, { createElement as h } from 'react';
import FormGroup from '@not-govuk/form-group';
export const MyComponent = props => (
<FormGroup
hint="Enter your date of birth"
id="dob"
label="Birthday"
>
Content
</FormGroup>
);
export default MyComponent;
Before working on this package you must install its dependencies using the following command:
pnpm install
Run the unit tests.
npm test
Build the package by compiling the TypeScript source code.
npm run build
Remove any previously built files.
npm run clean
FAQs
A group of form fields.
The npm package @not-govuk/form-group receives a total of 788 weekly downloads. As such, @not-govuk/form-group popularity was classified as not popular.
We found that @not-govuk/form-group 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.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.