lite-server
Version:
Lightweight development node server for serving a web app, providing a fallback for browser history API, loading in the browser, and injecting scripts on the fly.
28 lines (20 loc) • 1.01 kB
Markdown
# Change Log
All notable changes to the code will be documented in this file.
## 2.6.1
- Fixed npm audit's reported security vulnerabilities
- Fixed npm outdated packages
- Updated to 2.6.1
- Updated default branch to `main`
- update tests to use node 12 and 14
## 2.5.4
- Fixed npm audit's reported security vulnerabilities
- [audit fixes](https://github.com/johnpapa/lite-server/commit/14f718f204f0305490166ec4e07fda6813996703)
- [ws](https://github.com/johnpapa/lite-server/commit/7de85f2393ce17f493fc2f375820662cae421526)
- [js yaml](https://github.com/johnpapa/lite-server/commit/a1f81830069970845dde7a0fbbb3449f1a20afc8)
- [handlebars](https://github.com/johnpapa/lite-server/commit/b66952cf8911b41a30b0b9626eeb4db793bc813b
- [moment](https://github.com/johnpapa/lite-server/commit/cdef287b088b3488473cdaf9cfadba2a8d9af935)
## 2.5.3
- Fixed npm audit's reported security vulnerabilities
- Updated `var` to `let` and `const`
- Updated scripts for testing
- Added to Azure DevOps pipelines