zeanium-node
Advanced tools
Comparing version 0.9.2 to 0.9.3
{ | ||
"name": "zeanium-node", | ||
"version": "0.9.2", | ||
"version": "0.9.3", | ||
"description": "Zeanium for Node.js, simple http server and custome your business.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -129,7 +129,6 @@ /** | ||
'X-Powered-By': (_package.name + '@' + _package.version), | ||
'Content-Type': 'text/html;charset=utf-8', | ||
'Trailer': 'Content-MD5' | ||
'Content-Type': 'text/html;charset=utf-8' | ||
}); | ||
response.write('<a href="https://github.com/yangyxu/zeanium-node">' + _package.name + '</a>'); | ||
response.addTrailers({'Content-MD5': zn.uuid()}); | ||
//response.addTrailers({'Content-MD5': zn.uuid()}); | ||
response.end(); | ||
@@ -136,0 +135,0 @@ }else { |
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
280594
6565