New:Socket for Asana Is Now Available.Learn more
Get Started

@mcoda/shared

Package Overview
Dependencies
Maintainers
1
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mcoda/shared

Shared utilities and schemas for mcoda.

Source
npmnpm
Version
0.1.120
Version published
Weekly downloads
230
-40.41%
Maintainers
1
Weekly downloads
 
Created
Source

@mcoda/shared

Shared utilities and schemas used across the mcoda workspace.

Install

  • Requires Node.js >= 20.
  • Install: npm i @mcoda/shared

What it provides

  • PathHelper for resolving mcoda directories.
  • CryptoHelper for local secret encryption.
  • CommandMetadata helpers and OpenAPI types.
  • Versioned mswarm generic job, lifecycle, capability, and artifact sandbox contracts.
  • QA profile types.

Example

import { PathHelper } from "@mcoda/shared";

await PathHelper.ensureDir(PathHelper.getGlobalMcodaDir());

Notes

  • Intended for use by other mcoda packages; APIs may evolve.

License

MIT - see LICENSE.

FAQs

Package last updated on 08 Aug 2026

Related posts