akismet-api
akismet-api copied to clipboard
Nodejs bindings to the Akismet (https://akismet.com) spam detection service
Hi, first thank you for your great job on this client api. Then, do you think it is possible to add support for "honeypot_field_name" & "hidden_honeypot_field", it is the only...
Akismet no longer requires this field, so we should update our docs to match.
Exists in node 13.x, coming to LTS in 14.x soon. For `import` to work with named imports the module specifically has to support it, or else users can only import...
The lowest version we support is Node 8 now, which means native `Promise` support is pretty good. We might not need to use `bluebird` anymore. Bluebird is great but this...
Bumps [prettier](https://github.com/prettier/prettier) from 3.0.2 to 3.1.0. Release notes Sourced from prettier's releases. 3.1.0 diff 🔗 Release note 3.0.3 🔗 Changelog Changelog Sourced from prettier's changelog. 3.1.0 diff 🔗 Release Notes...
Bumps [nock](https://github.com/nock/nock) from 13.3.3 to 13.3.8. Release notes Sourced from nock's releases. v13.3.8 13.3.8 (2023-11-03) Bug Fixes typescript: filteringBodyRequest (#2552) (0b18d07) v13.3.7 13.3.7 (2023-10-30) Reverts Revert "chore(deps-dev): bump @definitelytyped/dtslint from...
Bumps [chai](https://github.com/chaijs/chai) from 4.3.8 to 4.3.10. Release notes Sourced from chai's releases. v4.3.10 This release simply bumps all dependencies to their latest non-breaking versions. What's Changed upgrade all dependencies by...
I recently encountered an issue within a Next.js application after installing akismet-api version 6.0.0. When I attempt to use the Akismet client in my Next.js route handler, I receive the...
While the documentation says the `recheck_reason` field from the Akismet API is supported, that field was missed from the `commentAliases` array and would therefore never get passed to the server....