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

@open330/oac-core

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-core - npm Package Compare versions

Comparing version
2026.3.1
to
2026.3.2
+26
README.md
# @open330/oac-core
Core module for [OAC (Open Agent Contribution)](https://github.com/Open330/open-agent-contribution) — event bus, config loader, shared types, and error definitions.
## Install
```bash
npm install @open330/oac-core
```
## What's Inside
- **Event Bus** — typed EventEmitter for pipeline coordination
- **Config Loader** — Zod-validated `oac.config.ts` reader with `defineConfig()` helper
- **Types** — shared interfaces (`Task`, `TokenEstimate`, `ResolvedRepo`, etc.)
- **Errors** — `OacError` base class with error codes
## Usage
```typescript
import { createEventBus, loadConfig, OacError } from '@open330/oac-core';
```
## License
MIT — see the [main repo](https://github.com/Open330/open-agent-contribution) for details.
+3
-2
{
"name": "@open330/oac-core",
"version": "2026.3.1",
"version": "2026.3.2",
"description": "Core types, config schema, and event bus for Open Agent Contribution",

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

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

@@ -24,0 +25,0 @@ "publishConfig": {