arcjet-js

Arcjet JS SDKs. Rate limiting, bot protection, email verification & attack defense for Node.js, Next.js, Bun & SvelteKit.

APACHE-2.0 License

Downloads
76.3K
Stars
257
Committers
8

Bot releases are hidden (Show)

arcjet-js - v1.0.0-alpha.6

Published by blaine-arcjet 10 months ago

1.0.0-alpha.6 (2023-12-18)

⚠ BREAKING CHANGES

  • Pass ArcjetContext to rules (#65)

πŸš€ New Features

πŸͺ² Bug Fixes

  • next: Avoid appending ? if querystring is empty (#71) (16ca958)
  • next: Stop using NextUrl to avoid type conflict across version (#62) (294540a)
  • Wrap timeout default ternary so timeout option takes effect (#66) (d49ebd2)

🧹 Miscellaneous Chores

  • Add pre and post logging to remote client (#70) (46fd6b3)
  • deps-dev: Bump the dev-dependencies group with 2 updates (#55) (94839f3)
  • deps: Bump the dependencies group with 2 updates (#54) (9c68aa2)
  • Disallow configuring timeout for report (#67) (ae8f1b7)
  • examples: Add Next 13 wrap example (294540a)
  • rollup: Fail compilation on type check failure (#68) (b9a373b)

βœ… Continuous Integration

arcjet-js - v1.0.0-alpha.5

Published by blaine-arcjet 10 months ago

WIP