New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

tricoder

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tricoder - npm Package Compare versions

Comparing version
0.2.4
to
0.2.5
+1
-1
dist/index.js

@@ -352,3 +352,3 @@ #!/usr/bin/env node

// Minimum bridge version that includes recent fixes
const MIN_BRIDGE = process.env.TRICODER_MIN_BRIDGE || 'v0.2.4';
const MIN_BRIDGE = process.env.TRICODER_MIN_BRIDGE || 'v0.2.5';
const isTag = typeof version === 'string' && /^v?\d+\.\d+\.\d+/.test(version);

@@ -355,0 +355,0 @@ const olderThanMin = isTag && compareSemver(version, MIN_BRIDGE) < 0;

{
"name": "tricoder",
"version": "0.2.4",
"version": "0.2.5",
"type": "module",

@@ -5,0 +5,0 @@ "author": "OpenAgents, Inc.",

@@ -52,3 +52,3 @@ OpenAgents Tricoder (CLI)

- TRICODER_MIN_BRIDGE
- Minimum prebuilt tag tricoder will accept (default `v0.2.4`). If an older cached binary is found, tricoder falls back to cargo to build latest from your local clone.
- Minimum prebuilt tag tricoder will accept (default `v0.2.5`). If an older cached binary is found, tricoder falls back to cargo to build latest from your local clone.

@@ -83,2 +83,5 @@ Output

Changelog
- 0.2.5
- Codex working directory: always use the current working directory (or explicit override) instead of trying to detect the OpenAgents repo. Fixes macOS runs where Codex exited immediately (status 256) when launched from non‑OpenAgents folders.
- Codex/Claude parity: unified ACP ingestion and removed legacy Codex chat handlers to avoid duplicate messages while still streaming live ACP updates.
- 0.2.1

@@ -85,0 +88,0 @@ - Claude Code: headless args aligned; session mapping + user_message emission; error surfacing.