1.0.0-alpha.28 • Published 8 months ago

@arcjet/runtime v1.0.0-alpha.28

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
8 months ago

@arcjet/runtime

Arcjet runtime detection.

This package attempts to discover and provide runtime keys as defined by the WinterCG.

Installation

npm install -S @arcjet/runtime

Example

import { runtime, hasWebAssembly } from "@arcjet/runtime";

runtime() === "node"; // in Node.js
runtime() === "bun"; // in Bun.sh
runtime() === "edge-light"; // in Vercel Edge
runtime() === "workerd"; // in Cloudflare Workers

Implementation

Improvements of this library were informed by std-env, which is licensed MIT with licenses included in our source code.

License

Licensed under the Apache License, Version 2.0.

1.0.0-alpha.28

8 months ago

1.0.0-alpha.27

9 months ago

1.0.0-alpha.26

9 months ago

1.0.0-alpha.23

10 months ago

1.0.0-alpha.25

9 months ago

1.0.0-alpha.24

9 months ago

1.0.0-alpha.22

10 months ago

1.0.0-alpha.21

11 months ago

1.0.0-alpha.20

11 months ago

1.0.0-alpha.19

11 months ago

1.0.0-alpha.18

12 months ago

1.0.0-alpha.17

12 months ago

1.0.0-alpha.16

1 year ago

1.0.0-alpha.15

1 year ago

1.0.0-alpha.14

1 year ago