Socket
Socket
Sign inDemoInstall

base

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

base - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

2

package.json

@@ -6,3 +6,3 @@ {

"keywords": ["framework", "api", "web", "mvc", "extensible", "micro", "connect"],
"version": "0.2.2",
"version": "0.2.3",
"homepage": "http://github.com/antz29/node-base",

@@ -9,0 +9,0 @@ "repository": {

@@ -180,3 +180,3 @@ module.exports = (function() {

}, function(err,data) {
if (!response.getHeader('content-type')) response.setHeader("content-type", "text/html");
if (!res.getHeader('content-type')) res.setHeader("content-type", "text/html");
res.end(data.view);

@@ -183,0 +183,0 @@ });

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