🚀 Socket Launch Week Day 4:Socket MCP Adds Org Alerts, Threat Feed Review, and Package Inspection.Learn more
Sign In

@arcjet/runtime

Package Overview
Dependencies
Maintainers
3
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arcjet/runtime - npm Package Compare versions

Comparing version
1.0.0-beta.8
to
1.0.0-beta.9
+21
-15
package.json
{
"name": "@arcjet/runtime",
"version": "1.0.0-beta.8",
"version": "1.0.0-beta.9",
"description": "Arcjet runtime detection",
"keywords": [
"arcjet",
"detect",
"runtime",
"utility",
"util"
],
"license": "Apache-2.0",

@@ -32,23 +39,22 @@ "homepage": "https://arcjet.com",

"files": [
"LICENSE",
"README.md",
"*.js",
"*.d.ts",
"!*.config.js"
"edge-light.d.ts",
"edge-light.js",
"index.d.ts",
"index.js"
],
"scripts": {
"prepublishOnly": "npm run build",
"build": "rollup --config rollup.config.js",
"lint": "eslint .",
"pretest": "npm run build",
"test": "node --experimental-vm-modules --no-warnings --test"
"prepublishOnly": "npm run build",
"test-api": "node --experimental-vm-modules --test",
"test-coverage": "node --experimental-test-coverage --experimental-vm-modules --test",
"test": "npm run build && npm run lint && npm run test-coverage"
},
"dependencies": {},
"devDependencies": {
"@arcjet/eslint-config": "1.0.0-beta.8",
"@arcjet/rollup-config": "1.0.0-beta.8",
"@arcjet/tsconfig": "1.0.0-beta.8",
"@rollup/wasm-node": "4.41.1",
"eslint": "9.27.0",
"expect": "29.7.0",
"@arcjet/eslint-config": "1.0.0-beta.9",
"@arcjet/rollup-config": "1.0.0-beta.9",
"@arcjet/tsconfig": "1.0.0-beta.9",
"@rollup/wasm-node": "4.44.2",
"eslint": "9.30.1",
"typescript": "5.8.3"

@@ -55,0 +61,0 @@ },

@@ -24,2 +24,5 @@ <a href="https://arcjet.com" target="_arcjet-home">

- [npm package (`@arcjet/runtime`)](https://www.npmjs.com/package/@arcjet/runtime)
- [GitHub source code (`runtime/` in `arcjet/arcjet-js`)](https://github.com/arcjet/arcjet-js/tree/main/runtime)
## Installation

@@ -26,0 +29,0 @@