
Research
/Security News
10 npm Typosquatted Packages Deploy Multi-Stage Credential Harvester
Socket researchers found 10 typosquatted npm packages that auto-run on install, show fake CAPTCHAs, fingerprint by IP, and deploy a credential stealer.
@hmcts/cmc-draft-store-middleware
Advanced tools
This is a Node.js/Express library for interacting with the draft store API. The middleware retrieves draft of selected type from the draft store API and sets it in Express.js local user scope. If draft does not exist in the draft store then an empty draft is set it in Express.js local user scope.
To add library to the project dependencies run:
$ yarn add @hmcts/cmc-draft-store-middleware
or
$ npm install @hmcts/cmc-draft-store-middleware
Example use of the middleware in the Express.js application is presented below:
import { DraftMiddleware } from '@hmcts/cmc-draft-store-middleware'
const draftService: DraftService = ... // initiate draft service prior using middleware
app.all(/^.*$/, DraftMiddleware.requestHandler(draftService, 'default', (value: any): any => value))
Install dependencies by executing the following command:
$ yarn install
We use TSLint with StandardJS rules
Run the linting:
$ yarn lint
Linting will also run automatically prior to committing changes.
Mocha is used for writing tests.
Run them with:
$ yarn test
For test coverage run:
$ yarn test:coverage
This project is licensed under the MIT License - see the LICENSE file for details
FAQs
Node.js middleware for draft store
The npm package @hmcts/cmc-draft-store-middleware receives a total of 73 weekly downloads. As such, @hmcts/cmc-draft-store-middleware popularity was classified as not popular.
We found that @hmcts/cmc-draft-store-middleware demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 16 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 found 10 typosquatted npm packages that auto-run on install, show fake CAPTCHAs, fingerprint by IP, and deploy a credential stealer.

Product
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.

Security News
Open source dashboard CNAPulse tracks CVE Numbering Authorities’ publishing activity, highlighting trends and transparency across the CVE ecosystem.