arcjet-js
arcjet-js copied to clipboard
Arcjet JS SDKs. Rate limiting, bot protection, email verification & attack defense for Node.js, Next.js, Bun & SvelteKit.
Bumps the dependencies group in /examples/nextjs-14-clerk-shield with 1 update: [@clerk/nextjs](https://github.com/clerk/javascript/tree/HEAD/packages/nextjs). Updates `@clerk/nextjs` from 5.0.10 to 5.0.11 Release notes Sourced from @clerk/nextjs's releases. @clerk/nextjs@5.0.11 Patch Changes Updated dependencies []: @clerk/clerk-react@5.0.7 Changelog...
This creates an Arcjet SDK adapter for [bun.sh](https://bun.sh/). This was much the same as the Node.js adapter, but I needed to introduce a new API to the adapter: `aj.handler()`. This...
We currently don't test adapters. When we add them to the Bun adapter, we should write them with the Bun test harness instead of Jest.
:robot: I have created a release *beep* *boop* --- @arcjet/decorate: 1.0.0-alpha.13 ## [1.0.0-alpha.13](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.12...@arcjet/decorate-v1.0.0-alpha.13) (2024-05-15) ### 📦 Dependencies * **dev:** Bump @rollup/wasm-node from 4.14.3 to 4.17.2 ([#708](https://github.com/arcjet/arcjet-js/issues/708)) ([6e548bf](https://github.com/arcjet/arcjet-js/commit/6e548bf30743d06615dc9a0b46b3cbdabd6a89e4)) ### Dependencies *...
Bumps the dependencies group with 9 updates in the /examples/nextjs-14-authjs-5 directory: | Package | From | To | | --- | --- | --- | | [clsx](https://github.com/lukeed/clsx) | `2.1.0` |...
Bumps the dependencies group with 13 updates in the /examples/nextjs-14-react-hook-form directory: | Package | From | To | | --- | --- | --- | | [@hookform/resolvers](https://github.com/react-hook-form/resolvers) | `3.3.4` |...
Allow us to support applications built on Cloudflare workers. There's a lot of useful data in the request context [`cf` property](https://developers.cloudflare.com/workers/runtime-apis/request/#the-cf-property-requestinitcfproperties) we could make use of.
Allow us to support applications built with Deno.
We're adding a SvelteKit example in #738 but we should make it really slick with an adapter.
Either confirm the Node package works on Bun or provide a separate package with Bun support.