You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@api-buddy/shared

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@api-buddy/shared

Shared utilities for API Buddy packages

2.0.0
npmnpm
Version published
Weekly downloads
8
700%
Maintainers
1
Weekly downloads
 
Created
Source

@api-buddy/shared

Shared utilities, types, and helpers used across API Buddy packages.

Installation

pnpm add @api-buddy/shared

Usage

import { logger, errorHandler } from '@api-buddy/shared';

// Log messages with different levels
logger.info('Informational message');
logger.warn('Warning message');
logger.error('Error message');

// Handle errors consistently
try {
  // Your code here
} catch (error) {
  errorHandler.handle(error);
}

Features

  • Common utilities
  • Error handling
  • Logging
  • Type definitions
  • Helper functions

API Reference

Logger

  • logger.info(message: string, meta?: any): Log informational message
  • logger.warn(message: string, meta?: any): Log warning message
  • logger.error(message: string, meta?: any): Log error message

Error Handler

  • errorHandler.handle(error: Error): Handle errors consistently
  • errorHandler.isTrustedError(error: Error): Check if error is trusted

License

MIT

FAQs

Package last updated on 16 Jun 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.