Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

lws

Package Overview
Dependencies
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lws - npm Package Compare versions

Comparing version 2.0.0-10 to 2.0.0-11

4

lib/cli-app.js

@@ -36,3 +36,3 @@ class LwsCli {

header: 'lws',
content: 'Personalised web server for productive full-stack development.'
content: 'A modular HTTP, HTTPS and HTTP2 command-line web server for personalised, full-stack web development.'
},

@@ -208,3 +208,3 @@ {

}
this.log(require('util').inspect(config, { depth: 1, colors: true }))
this.log(require('util').inspect(config, { depth: 2, colors: true }))
}

@@ -211,0 +211,0 @@

{
"name": "lws",
"author": "Lloyd Brookes <75pound@gmail.com>",
"version": "2.0.0-10",
"description": "The modular web server for productive full-stack development",
"version": "2.0.0-11",
"description": "A modular HTTP, HTTPS and HTTP2 command-line web server for personalised, full-stack web development",
"repository": "https://github.com/lwsjs/lws.git",

@@ -41,3 +41,3 @@ "license": "MIT",

"koa": "^2.7.0",
"load-module": "^2.0.0",
"load-module": "^2.0.1",
"lodash.assignwith": "^4.2.0",

@@ -51,5 +51,5 @@ "node-version-matches": "^1.0.1",

"devDependencies": {
"coveralls": "^3.0.3",
"coveralls": "^3.0.4",
"jsdoc-to-markdown": "^5.0.0",
"lws-static": "^1.0.0",
"lws-static": "^1.1.0",
"node-fetch": "^2.6.0",

@@ -56,0 +56,0 @@ "nyc": "^14.1.1",

@@ -12,3 +12,3 @@ [![view on npm](https://img.shields.io/npm/v/lws.svg)](https://www.npmjs.org/package/lws)

A tool for quickly launching a personalised Node.js HTTP, HTTPS or HTTP2 local web server. It's intended to facilitate rapid, full-stack Web Platform development.
A modular HTTP, HTTPS and HTTP2 command-line web server for personalised, full-stack web development.

@@ -15,0 +15,0 @@ Its has a very lean core - behaviour is added via plugins giving you full control over what features are activated, how HTTP requests are handled, responses created, caches controlled, activity visualised etc.

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc