local-web-server
Advanced tools
Comparing version
{ | ||
"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" | ||
} | ||
} |
@@ -6,3 +6,2 @@ [](https://www.npmjs.org/package/local-web-server) | ||
[](https://github.com/lwsjs/local-web-server/actions/workflows/node.js.yml) | ||
[](https://coveralls.io/github/lwsjs/local-web-server) | ||
[](https://github.com/feross/standard) | ||
@@ -9,0 +8,0 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
2
-33.33%Yes
NaN11894
-0.72%122
-0.81%1
Infinity%Updated