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

@ccusage/codex

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ccusage/codex - npm Package Compare versions

Comparing version
18.0.5
to
18.0.6
+20
-3
package.json
{
"name": "@ccusage/codex",
"type": "module",
"version": "18.0.5",
"version": "18.0.6",
"description": "Usage analysis tool for OpenAI Codex sessions",

@@ -12,3 +12,4 @@ "author": "ryoppippi",

"type": "git",
"url": "git+https://github.com/ryoppippi/ccusage.git"
"url": "git+https://github.com/ryoppippi/ccusage.git",
"directory": "apps/codex"
},

@@ -27,4 +28,20 @@ "bugs": {

"engines": {
"node": ">=20.19.4"
"node": ">=20.19.4",
"runtime": [
{
"name": "node",
"version": "^24.11.0",
"onFail": "download"
},
{
"name": "bun",
"version": "^1.3.9",
"onFail": "download"
}
]
},
"dependencies": {
"node": "runtime:^24.11.0",
"bun": "runtime:^1.3.9"
}
}

Sorry, the diff of this file is too big to display