UNPKG

@oxog/port-finder

Version:

Zero-dependency port finder for Node.js applications with plugin support

21 lines (17 loc) 757 B
# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [1.0.0] - 2025-07-26 ### Added - Initial release - Core port finding functionality with `findPort()` and `findPorts()` - Port availability checking with `isPortAvailable()` - Plugin system for custom validators - Built-in validators: `common-ports` and `privileged` - CLI tool with comprehensive options - Full TypeScript support with strict mode - Dual package support (CommonJS and ESM) - 100% test coverage - Zero runtime dependencies - Comprehensive documentation and examples