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 4.1.4 to 4.1.5

2

bin/cli.js
#!/usr/bin/env node
import LwsCli from 'lws/lib/cli-app.js'
import LwsCli from 'lws/lib/cli-app.mjs'
const cli = new LwsCli()
cli.start()

@@ -280,3 +280,5 @@ import * as util from './lib/util.js'

const lws = new this(config)
await lws.loadStoredConfig()
if (!config._alreadyMerged) {
await lws.loadStoredConfig()
}

@@ -283,0 +285,0 @@ /* attach the view */

@@ -170,2 +170,3 @@ import { printError, getIPList, getStoredConfig } from './util.js'

options.view = view
options._alreadyMerged = true
return options

@@ -172,0 +173,0 @@ }

{
"name": "lws",
"author": "Lloyd Brookes <75pound@gmail.com>",
"version": "4.1.4",
"version": "4.1.5",
"description": "A lean, modular web server for rapid full-stack development",

@@ -45,6 +45,6 @@ "repository": {

"dependencies": {
"@75lb/deep-merge": "^1.1.1",
"@75lb/deep-merge": "^1.1.2",
"ansi-escape-sequences": "^6.2.2",
"array-back": "^6.2.2",
"byte-size": "^8.1.1",
"byte-size": "^9.0.0",
"command-line-args": "^6.0.0",

@@ -62,3 +62,3 @@ "command-line-usage": "^7.0.3",

"devDependencies": {
"jsdoc-to-markdown": "^8.0.2",
"jsdoc-to-markdown": "^8.0.3",
"lws-static": "^3.1.0",

@@ -65,0 +65,0 @@ "node-fetch": "^3.3.2",

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