🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@open330/oac-tracking

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@open330/oac-tracking - npm Package Compare versions

Comparing version
2026.3.1
to
2026.3.2
+32
README.md
# @open330/oac-tracking
Contribution tracking and leaderboard for [OAC (Open Agent Contribution)](https://github.com/Open330/open-agent-contribution).
## Install
```bash
npm install @open330/oac-tracking
```
## What's Inside
- **Contribution Logger** — writes JSON audit logs to `.oac/contributions/`
- **Leaderboard** — aggregates contribution stats across team members
- **JSON Schema** — typed contribution log format
## Usage
```typescript
import { writeContributionLog } from '@open330/oac-tracking';
await writeContributionLog(repoPath, {
contributor: 'jiun',
tasks: completedTasks,
tokensUsed: 42_000,
prsCreated: 3,
});
```
## License
MIT — see the [main repo](https://github.com/Open330/open-agent-contribution) for details.
+4
-3
{
"name": "@open330/oac-tracking",
"version": "2026.3.1",
"version": "2026.3.2",
"description": "Contribution logging and leaderboard tracking for OAC",

@@ -21,3 +21,4 @@ "license": "MIT",

"files": [
"dist"
"dist",
"README.md"
],

@@ -32,3 +33,3 @@ "publishConfig": {

"zod": "^3.24.2",
"@open330/oac-core": "2026.3.1"
"@open330/oac-core": "2026.3.2"
},

@@ -35,0 +36,0 @@ "devDependencies": {