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

node-http-server

Package Overview
Dependencies
Maintainers
4
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-http-server - npm Package Compare versions

Comparing version 8.1.2 to 8.1.3

licence

0

bin/nhs.js

@@ -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

6

package.json
{
"name": "node-http-server",
"version": "8.1.2",
"version": "8.1.3",
"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.",

@@ -43,3 +43,3 @@ "main": "server/Server.js",

"author": "Brandon Nozaki Miller",
"license": "DBAD",
"license": "MIT",
"bugs": {

@@ -50,5 +50,5 @@ "url": "https://github.com/RIAEvangelist/node-http-server/issues"

"devDependencies": {
"docco-plus": "^2.0.0"
"docco-plus": "2.0.2"
},
"dependencies": {}
}

@@ -102,2 +102,3 @@ Node http server with https and proxy support

## Server Class

@@ -664,3 +665,2 @@

|key|description|

@@ -688,2 +688,34 @@ |---|-----|

#### Local and Production domains
```sh
node yourServer.js local
```
```javascript
const server=require('node-http-server');
server.deploy(
{
domain:(process.argv[2]=='local')?'0.0.0.0' : 'my.awesome.domain'
}
);
```
```javascript
const server=require('node-http-server');
const config=new server.Config;
config.domain = (process.argv[2]=='local')?'0.0.0.0' : 'my.awesome.domain';
server.deploy(config);
```
#### config.domains.*

@@ -690,0 +722,0 @@

@@ -0,0 +0,0 @@ 'use strict';

@@ -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

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