Socket
Socket
Sign inDemoInstall

zeanium-node

Package Overview
Dependencies
128
Maintainers
1
Versions
142
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.9.2 to 0.9.3

2

package.json
{
"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 {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc