- Patch CVE-2021-44906 @dpassen (#803)
Other changes
- Bump follow-redirects from 1.14.4 to 1.14.8 @dependabot (#794)
http-server release notes.
This release contains an emergency fix which replaces colors.js with chalk. See #781 for more info and discussion, and Marak/colors.js#285 for broader discussion about colors.js.
This release contains an emergency backport from v14.1.0 which replaces colors.js with chalk
Full Changelog: https://github.com/http-party/http-server/compare/v13.0.2...v14.0.0
hs alias (#716)This release is a move to semantic versioning ONLY. There are NO changes in this release. All future releases will follow semantic versioning.
See v0.13.0 for information about changes since the v0.12 series.
A long time coming, the next major release for http-server! This will be the final release before a switch to actual semantic versioning. This release's major achievement is the internalization of the functionality of the now-abandoned ecstatic library, thus removing it as a dependency. Huge thanks to @zbynek for help on that front, as well as several other included changes.
server: http-server-${version} with every responseAccept-Ranges: bytes to advertise support for partial requestsecstatic libraryhttp-server -a 0.0.0.0 will now do what you told it to do, rather than overriding the address to 127.0.0.1.mjs MimeType correctlyUpgrades several dependencies to avoid security vulnerabilities, especially as mentioned in #707.
Patch release to package man page