@ccusage/codex
Advanced tools
+20
-3
| { | ||
| "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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 4 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 4 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
373551
0.49%9227
0.45%2
Infinity%+ Added
+ Added