node-http-server
Advanced tools
Comparing version 3.0.0 to 3.0.1
{ | ||
"name": "node-http-server", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"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/http.js", |
@@ -8,5 +8,6 @@ Node http server | ||
npm install node-http-server | ||
[![alt node-http-server npm stats](https://nodei.co/npm/node-http-server.png?downloads=true&downloadRank=true&stars=true)](https://npmjs.org/package/node-http-server) | ||
[![alt node-http-server npm downloads](https://nodei.co/npm-dl/node-http-server.png "number of times the node-http-server package has been downloaded from npm")](https://npmjs.org/package/node-http-server) | ||
` npm install node-http-server ` | ||
[![Package Quality](http://npm.packagequality.com/shield/node-http-server.svg)](http://packagequality.com/#?package=node-http-server) | ||
[![http server package quality](http://npm.packagequality.com/badge/node-http-server.png)](http://packagequality.com/#?package=node-http-server) | ||
@@ -13,0 +14,0 @@ This work is licenced via the [DBAD Public Licence](http://www.dbad-license.org/). |
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
186
20969