New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

logzai-otl

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

logzai-otl

LogzAI OTL - A TypeScript library for OpenTelemetry logging

latest
Source
npmnpm
Version
1.0.5
Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

LogzAI OTL

A TypeScript library for OpenTelemetry logging and observability.

Installation

npm install logzai-otl

Usage

import { helloWorld } from 'logzai-otl';
// or
import helloWorld from 'logzai-otl';

console.log(helloWorld()); // "Hello World from LogzAI OTL!"

Development

# Install dependencies
npm install

# Build the library
npm run build

# Run in development mode
npm run dev

Building

The library is built using Vite and outputs multiple formats:

  • ES modules (dist/logzai-otl.es.js)
  • CommonJS (dist/logzai-otl.cjs.js)
  • UMD (dist/logzai-otl.umd.js)
  • TypeScript declarations (dist/index.d.ts)

Publishing

npm publish

License

MIT

Keywords

typescript

FAQs

Package last updated on 26 Sep 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