node-http-server
Advanced tools
Comparing version 8.1.1 to 8.1.2
{ | ||
"name": "node-http-server", | ||
"version": "8.1.1", | ||
"version": "8.1.2", | ||
"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,3 +5,3 @@ 'use strict'; | ||
const passedArgs = process.argv.splice(2), | ||
const passedArgs = process.argv.slice(2), | ||
argCount = passedArgs.length, | ||
@@ -8,0 +8,0 @@ args = {}; |
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
949908