HTTP-Server version 14.1.1 is a minor update to the popular zero-configuration command-line HTTP server, building upon the solid foundation of version 14.1.0. Both versions share the same core dependencies, including he for HTML encoding, mime for content type detection, chalk for colorful console output, union for request handling, corser for Cross-Origin Resource Sharing, opener for launching URLs, url-join for path manipulation, basic-auth for authentication, http-proxy for proxying requests, portfinder for identifying available ports, secure-compare for secure comparisons, and html-encoding-sniffer to determine the encoding of HTML documents. They also use the same development dependencies for testing and linting, such as eol, tap, eslint, express, request and eslint-config-populist. The package is licensed under the MIT license.
The key difference between the two versions lies in the updated dependency minimist, which progresses from version 1.2.5 in 14.1.0 to version 1.2.6 in 14.1.1. While seemingly small, this dependency update potentially includes bug fixes or minor feature enhancements within the argument parsing library. HTTP-Server remains a valuable tool for developers needing a quick and simple way to serve static files, ideal for local development, testing, or sharing content prototypes. Version 14.1.1 was released on May 31, 2022, while 14.1.0 was available since January 10, 2022. The core functionality remains consistent, focusing on ease of use and immediate usability.
The are not vulnerabilities for the version 14.1.1 of the package http-server