
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.
@ministryofjustice/fb-utils-node
Advanced tools
Form Builder utility methods
npm install @ministryofjustice/fb-utils-node
const FBUtils = require('@ministryofjustice/fb-utils-node')
FBUtils.logger(...args)
Returns a shallow copy of any object
const clonedObj = FBUtils.clone(obj)
Objects can be of any type.
By default, the object copy is shallow.
To create a deep copy, pass true:
const deeplyClonedObj = FBUtils.clone(obj, true)
Base class for errors
class MyError extends FBError {}
throw new MyError('An error occurred', {
data: additionalData
})
npm test
# Test output is in [TAP](https://testanything.org/) format
Run unit tests only
npm run test:unit
Run linting only
npm run lint
FAQs
Form Builder utilities
The npm package @ministryofjustice/fb-utils-node receives a total of 58 weekly downloads. As such, @ministryofjustice/fb-utils-node popularity was classified as not popular.
We found that @ministryofjustice/fb-utils-node demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 12 open source maintainers 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.