@mochi.js/cli
Advanced tools
+4
-4
| { | ||
| "name": "@mochi.js/cli", | ||
| "version": "0.2.4", | ||
| "version": "0.2.5", | ||
| "description": "The mochi command — browsers install, capture, harness, work. The CLI surface for mochi.", | ||
@@ -43,5 +43,5 @@ "license": "MIT", | ||
| "dependencies": { | ||
| "@mochi.js/consistency": "^0.1.3", | ||
| "@mochi.js/core": "^0.8.0", | ||
| "@mochi.js/harness": "^0.1.9" | ||
| "@mochi.js/consistency": "^0.1.4", | ||
| "@mochi.js/core": "^0.8.1", | ||
| "@mochi.js/harness": "^0.1.10" | ||
| }, | ||
@@ -48,0 +48,0 @@ "publishConfig": { |
@@ -52,3 +52,3 @@ /** | ||
| */ | ||
| export const PINNED_FALLBACK_VERSION = "131.0.6778.85" as const; | ||
| export const PINNED_FALLBACK_VERSION = "148.0.7778.97" as const; | ||
| export const PINNED_FALLBACK_CHANNEL: Channel = "stable"; | ||
@@ -55,0 +55,0 @@ |
@@ -270,3 +270,3 @@ /** | ||
| function defaultUserAgent(): string { | ||
| return "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36"; | ||
| return "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36"; | ||
| } | ||
@@ -363,4 +363,4 @@ function defaultOsVersion(os: "macos" | "windows" | "linux"): string { | ||
| name: /Edg\//i.test(userAgent) ? "edge" : "chrome", | ||
| majorVersion: m?.[1] ?? "131", | ||
| fullVersion: m ? `${m[1]}.${m[2] ?? "0"}` : "131.0.0.0", | ||
| majorVersion: m?.[1] ?? "148", | ||
| fullVersion: m ? `${m[1]}.${m[2] ?? "0"}` : "148.0.0.0", | ||
| }; | ||
@@ -367,0 +367,0 @@ } |
@@ -110,3 +110,3 @@ /** | ||
| engine: "chromium", | ||
| browser: { name: "chrome", channel: "stable", minVersion: "131", maxVersion: "133" }, | ||
| browser: { name: "chrome", channel: "stable", minVersion: "148", maxVersion: "148" }, | ||
| os: { name: "linux", version: "22", arch: "x64" }, | ||
@@ -136,5 +136,5 @@ device: { | ||
| behavior: { hand: "right", tremor: 0.18, wpm: 60, scrollStyle: "smooth" }, | ||
| wreqPreset: "chrome_131_linux", | ||
| wreqPreset: "chrome_148_linux", | ||
| userAgent: | ||
| "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36", | ||
| "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36", | ||
| uaCh: {}, | ||
@@ -141,0 +141,0 @@ entropyBudget: { fixed: [], perSeed: [] }, |
@@ -31,3 +31,3 @@ /** | ||
| readonly machine?: string; | ||
| /** Captured browser version (e.g. `131.0.6778.86`). */ | ||
| /** Captured browser version (e.g. `148.0.7778.97`). */ | ||
| readonly browserVersion?: string; | ||
@@ -34,0 +34,0 @@ /** mochi (cli) version that produced the capture. */ |
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
245892
0Updated
Updated
Updated