🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

local-web-server

Package Overview
Dependencies
Maintainers
0
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

local-web-server - npm Package Compare versions

Comparing version

to
5.3.4

bin/cli.js

20

package.json
{
"name": "local-web-server",
"version": "5.3.3",
"version": "5.3.4",
"description": "A lean, modular web server for rapid full-stack development",
"repository": "https://github.com/lwsjs/local-web-server",
"repository": {
"type": "git",
"url": "git+https://github.com/lwsjs/local-web-server.git"
},
"author": "Lloyd Brookes <75pound@gmail.com>",
"bin": {
"ws": "./bin/cli.mjs"
"ws": "bin/cli.js"
},
"exports": "./index.mjs",
"type": "module",
"exports": "./index.js",
"license": "MIT",

@@ -38,3 +42,3 @@ "keywords": [

"scripts": {
"test": "test-runner test/*.mjs",
"test": "test-runner test/*.js",
"cover": "nyc npm test && nyc report --reporter=text-lcov | coveralls"

@@ -45,7 +49,7 @@ },

"lib",
"index.mjs"
"index.js"
],
"dependencies": {
"current-module-paths": "^1.1.1",
"lws": "^4.1.2",
"lws": "^4.1.4",
"lws-basic-auth": "^2.0.0",

@@ -69,4 +73,4 @@ "lws-blacklist": "^3.0.0",

"node-fetch": "^3.3.2",
"test-runner": "^0.10.1"
"test-runner": "^0.11.0"
}
}

1

README.md

@@ -6,3 +6,2 @@ [![view on npm](https://badgen.net/npm/v/local-web-server)](https://www.npmjs.org/package/local-web-server)

[![Node.js CI](https://github.com/lwsjs/local-web-server/actions/workflows/node.js.yml/badge.svg)](https://github.com/lwsjs/local-web-server/actions/workflows/node.js.yml)
[![Coverage Status](https://coveralls.io/repos/github/lwsjs/local-web-server/badge.svg)](https://coveralls.io/github/lwsjs/local-web-server)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](https://github.com/feross/standard)

@@ -9,0 +8,0 @@