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 1.2.1 to 1.2.3

22

lib/command/serve.js

@@ -48,3 +48,3 @@ 'use strict'

type: String,
typeLabel: '[underline]{file}',
typeLabel: '{underline file}',
description: 'Private key. Supply along with --cert to launch a https server.',

@@ -56,3 +56,3 @@ section: 'tls'

type: String,
typeLabel: '[underline]{file}',
typeLabel: '{underline file}',
description: 'Certificate chain. Supply along with --key to launch a https server.',

@@ -64,3 +64,3 @@ section: 'tls'

type: String,
typeLabel: '[underline]{file}',
typeLabel: '{underline file}',
description: 'Optional PFX or PKCS12 encoded private key and certificate chain. An alternative to providing --key and --cert.',

@@ -86,3 +86,3 @@ section: 'tls'

description: 'Construct a middleware stack using the modules provided.',
typeLabel: '[underline]{path} [underline]{...}',
typeLabel: '{underline path} {underline ...}',
section: 'extension'

@@ -93,3 +93,3 @@ },

type: String,
typeLabel: '[underline]{path}',
typeLabel: '{underline path}',
description: 'Custom server factory, e.g. lws-http2',

@@ -101,3 +101,3 @@ section: 'extension'

type: String,
typeLabel: '[underline]{path}',
typeLabel: '{underline path}',
description: 'A path to a websocket module',

@@ -110,3 +110,3 @@ section: 'extension'

description: 'A path to a custom view module',
typeLabel: '[underline]{path}',
typeLabel: '{underline path}',
section: 'extension'

@@ -132,3 +132,3 @@ },

description: 'Config filename to use, defaults to "lws.config.js".',
typeLabel: '[underline]{file}',
typeLabel: '{underline file}',
section: 'core'

@@ -155,3 +155,3 @@ },

'$ lws <options>',
'$ lws [underline]{command} <options>'
'$ lws {underline command} <options>'
]

@@ -188,3 +188,3 @@ },

}))
: '[italic]{Stack empty, supply one or more middlewares using --stack.}'
: '{italic Stack empty, supply one or more middlewares using --stack.}'
}

@@ -229,3 +229,3 @@ ]

sections.push({
content: 'Project home: [underline]{https://github.com/lwsjs/lws}'
content: 'Project home: {underline https://github.com/lwsjs/lws}'
})

@@ -232,0 +232,0 @@ return sections

{
"name": "lws",
"author": "Lloyd Brookes <75pound@gmail.com>",
"version": "1.2.1",
"version": "1.2.3",
"description": "The modular web server for productive full-stack development",

@@ -25,5 +25,5 @@ "repository": "https://github.com/lwsjs/lws.git",

"byte-size": "^4.0.2",
"cli-commands": "^0.3.3",
"cli-commands": "^0.4.0",
"command-line-args": "^5.0.2",
"command-line-usage": "^4.1.0",
"command-line-usage": "^5.0.4",
"koa": "^2.5.0",

@@ -37,3 +37,3 @@ "load-module": "^0.2.4",

"walk-back": "^3.0.0",
"ws": "^3.3.3"
"ws": "^5.1.1"
},

@@ -40,0 +40,0 @@ "devDependencies": {

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