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

lite-web-server

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lite-web-server - npm Package Compare versions

Comparing version 1.0.2-beta.1633100820 to 1.0.2-beta.1633119000

4

jsdoc.json

@@ -5,3 +5,3 @@ {

"source": {
"include": "./lib",
"include": ["./lib"],
"includePattern": ".js$",

@@ -28,3 +28,3 @@ "excludePattern": "(node_modules/|out/|docs)"

"better-docs": {
"name": "lite-web-server v1.0.2-beta.1633100820",
"name": "lite-web-server v1.0.2-beta.1633119000",
"title": "lite-web-server Documentation",

@@ -31,0 +31,0 @@ "css": "/style.css",

@@ -91,2 +91,4 @@ const http = require('http');

}).listen(options.port);
_this.running = httpserver;
_this.started = true;
resolve(httpserver);

@@ -98,2 +100,4 @@ } catch (error) {

}
}

@@ -100,0 +104,0 @@

{
"name": "lite-web-server",
"version": "1.0.2-beta.1633100820",
"version": "1.0.2-beta.1633119000",
"description": "creates simple web server.",

@@ -5,0 +5,0 @@ "keywords": [

# lite-web-server
[![TotalDownloads](https://img.shields.io/npm/dt/lite-web-server)](https://npmjs.com/package/lite-web-server) [![Build](https://img.shields.io/github/checks-status/chasyumen/lite-web-server/main)](https://github.com/chasyumen/lite-web-server) [![License](https://img.shields.io/npm/l/lite-web-server)](https://github.com/chasyumen/lite-web-server/blob/main/LICENSE)
[![TotalDownloads](https://img.shields.io/npm/dt/lite-web-server)](https://npmjs.com/package/lite-web-server) [![GitHub commit activity m](https://img.shields.io/github/commit-activity/m/chasyumen/lite-web-server)](https://github.com/chasyumen/lite-web-server) [![Build](https://img.shields.io/github/checks-status/chasyumen/lite-web-server/main)](https://github.com/chasyumen/lite-web-server) [![License](https://img.shields.io/npm/l/lite-web-server)](https://github.com/chasyumen/lite-web-server/blob/main/LICENSE)

@@ -44,2 +44,2 @@ The npm package to create simple web server.

## License
© chasyumen 2021. Released under the MIT license
© chasyumen 2021. Released under the MIT license

Sorry, the diff of this file is not supported yet

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