Socket
Socket
Sign inDemoInstall

lite-server

Package Overview
Dependencies
644
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.5.3 to 2.5.4

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Change Log

## 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)
Changes
## 2.5.3

@@ -7,0 +17,0 @@

8

package.json
{
"name": "lite-server",
"version": "2.5.3",
"version": "2.5.4",
"description": "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.",

@@ -30,10 +30,10 @@ "main": "index.js",

"dependencies": {
"browser-sync": "^2.26.5",
"browser-sync": "^2.26.7",
"connect-history-api-fallback": "^1.2.0",
"connect-logger": "0.0.1",
"lodash": "^4.17.11",
"lodash": "^4.17.15",
"minimist": "1.2.0"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint": "^6.0.0",
"istanbul": "^0.4.3",

@@ -40,0 +40,0 @@ "mocha": "^6.1.4",

@@ -57,3 +57,3 @@ # lite-server

```bash
$ npm install -g lite-server
$ npm install --global lite-server

@@ -60,0 +60,0 @@ # To run:

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc