
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
@gar/hapi-json-api
Advanced tools
Note: This package has been archived, as the maintainer moved away from Hapi when the project was first discontinued. Hapi seems to be alive again, but this package will not be updated anymore. It is updated to Hapi 21, but this is done naivly without much testing. Use it if it works. :)
Hapi plugin for enabling/enforcing JSON-API specification.
Original project transferred from @wraithgar.
We support Hapi 21 from version 4.x, and require Node >= 14.15.
npm install @gar/hapi-json-api
const jsonApi = require('@gar/hapi-json-api');
// where server is a hapi server, for hapi 21:
await server.register({
plugin: jsonApi,
options: {}
});
Pass an optional meta
parameter to options to have that included in
the meta
response namespace for all replies from your server
Enforces Accept/Content-type rules defined in spec
Rewrites Boom errors to be spec compliant
Note: Objects coming back from your handlers is not validated as of now. It is assumed to be in proper json-api format and simply passed on.
Please read CONTRIBUTING for details on our code of conduct, and the process for submitting pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.
FAQs
Hapi plugin for enabling/enforcing JSONAPI specification
We found that @gar/hapi-json-api demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.