
Security News
Deno 2.6 + Socket: Supply Chain Defense In Your CLI
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.
eslint-plugin-restify-use-next
Advanced tools
eslint plugin to check if you call `next()` in your restify handler
eslint plugin to check if you call
next()in your restify handler 🎉
This rule enables you to verify that you are calling next() in your restify handlers.
Not calling next() has been a common mistake. Restify is different, and you have to call next() for your handler chains to work properly.
Works for simple cases. Open to PRs to enhance this plugin.
Install the module with: npm install eslint-plugin-restify-use-next --save-dev
Add to your existing eslint config file the following:
plugins: ['restify-use-next'],
rules: {
'restify-use-next/restify-use-next': 2
}
See API
Ensure that all linting and codestyle tasks are passing. Add unit tests for any new or changed functionality.
Before committing, lint and test your code using the included Makefile:
make prepush
Copyright (c) 2019 Rajat Kumar
Licensed under the MIT license.
FAQs
eslint plugin to check if you call `next()` in your restify handler
We found that eslint-plugin-restify-use-next demonstrated a not healthy version release cadence and project activity because the last version was released 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.

Security News
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.

Security News
New DoS and source code exposure bugs in React Server Components and Next.js: what’s affected and how to update safely.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.