Skip to content

@cross/runtime 1.0.0 - Stable Release! 🎉

Compare
Choose a tag to compare
@Hexagon Hexagon released this 18 Mar 21:59
· 12 commits to main since this release

This marks the initial stable release of @cross/runtime, delivering robust cross-runtime environment detection for your JavaScript and TypeScript projects:

  • Runtime Detection: Accurately identify Deno, Bun, Node.js, and various web browsers. Including version.
  • Edge Function Detection: Also detects Cloudflare Workers, Netlify Edge Functions, and more.
  • OS Detection: Detect Windows, macOS, Linux, Android, iOS, and other operating systems.
  • Architecture Detection: Detect current archichture, such as x86, x86_64, arm or arm64.

Get Started:

Refer to the documentation for installation and usage instructions on https://jsr.io/@cross/runtime

We'd love your feedback!

Feel free to report issues, submit a PR or suggest features here on the GitHub repository!