node-http-server
Advanced tools
Comparing version 8.1.4 to 8.1.5
@@ -0,0 +0,0 @@ #! /usr/bin/env node |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ $(function() { |
@@ -0,0 +0,0 @@ const os = require( 'os' ); |
@@ -0,0 +0,0 @@ const os = require( 'os' ); |
@@ -0,0 +0,0 @@ const os = require( 'os' ); |
@@ -0,0 +0,0 @@ var os = require( 'os' ); |
@@ -0,0 +0,0 @@ const os = require( 'os' ); |
@@ -0,0 +0,0 @@ const os = require( 'os' ); |
@@ -0,0 +0,0 @@ const os = require( 'os' ); |
@@ -0,0 +0,0 @@ //import the `node-http-server` module |
@@ -0,0 +0,0 @@ //import the `node-http-server` module |
@@ -0,0 +0,0 @@ //import the `node-http-server` module |
@@ -0,0 +0,0 @@ //import the `node-http-server` module |
@@ -0,0 +0,0 @@ //import the `node-http-server` module |
@@ -0,0 +0,0 @@ //import the `node-http-server` module |
@@ -0,0 +0,0 @@ //import the `node-http-server` module |
@@ -0,0 +0,0 @@ //import the `node-http-server` module |
@@ -0,0 +0,0 @@ //import the `node-http-server` module |
@@ -0,0 +0,0 @@ //import the `node-http-server` module |
@@ -0,0 +0,0 @@ //import the `node-http-server` module |
@@ -0,0 +0,0 @@ //import the `node-http-server` module |
@@ -0,0 +0,0 @@ const util = require( 'util' ); |
@@ -0,0 +0,0 @@ const util = require( 'util' ); |
@@ -0,0 +0,0 @@ const util = require( 'util' ); |
@@ -0,0 +0,0 @@ ## Node HTTP and HTTPS Server examples |
@@ -0,0 +0,0 @@ # Using TLS and SSL for Secure server |
{ | ||
"name": "node-http-server", | ||
"version": "8.1.4", | ||
"version": "8.1.5", | ||
"description": "A very simple and fast http server for node, bash, and spawnable from C, Python etc. It is lightweight and great for embedded solutions as well as everyday development or public facing apps.", | ||
@@ -5,0 +5,0 @@ "main": "server/Server.js", |
@@ -5,2 +5,4 @@ Node http server with https and proxy support | ||
[![Sponsor RIAEvangelist to help development of node-http-server](https://img.shields.io/static/v1?label=Sponsor%20Me%20On%20Github&message=%E2%9D%A4&logo=GitHub&link=https://github.com/sponsors/RIAEvangelist)](https://github.com/sponsors/RIAEvangelist) | ||
Simple to use stand alone node HTTP and HTTPS Server you can spin up in seconds. | ||
@@ -641,2 +643,3 @@ | ||
json : 'application/json', | ||
xml : 'text/xml', | ||
txt : 'text/plain', | ||
@@ -648,3 +651,9 @@ jpeg : 'image/jpeg', | ||
ico : 'image/x-icon', | ||
appcache: 'text/cache-manifest' | ||
svg : 'image/svg+xml', | ||
appcache: 'text/cache-manifest', | ||
eot : 'application/vnd.ms-fontobject', | ||
otf : 'font/otf', | ||
ttf : 'font/ttf', | ||
woff : 'font/woff', | ||
woff2 : 'font/woff2' | ||
}, | ||
@@ -651,0 +660,0 @@ restrictedType: { |
@@ -84,4 +84,5 @@ 'use strict'; | ||
css : 'text/css', | ||
js : 'application/javascript', | ||
js : 'text/javascript', | ||
json : 'application/json', | ||
xml : 'text/xml', | ||
txt : 'text/plain', | ||
@@ -94,3 +95,8 @@ jpeg : 'image/jpeg', | ||
svg : 'image/svg+xml', | ||
appcache: 'text/cache-manifest' | ||
appcache: 'text/cache-manifest', | ||
eot : 'application/vnd.ms-fontobject', | ||
otf : 'font/otf', | ||
ttf : 'font/ttf', | ||
woff : 'font/woff', | ||
woff2 : 'font/woff2' | ||
}, | ||
@@ -97,0 +103,0 @@ restrictedType: { |
@@ -0,0 +0,0 @@ 'use strict'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11097
823
950932