Socket
Socket
Sign inDemoInstall

q-io

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

q-io - npm Package Compare versions

Comparing version 1.11.3 to 1.11.4

10

http-apps/content.js

@@ -16,10 +16,4 @@ var Q = require("q");

exports.Content = function (body, contentType, status) {
return function (request, response) {
return {
"status": status || 200,
"headers": {
"content-type": contentType || "text/plain"
},
"body": body || ""
};
return function () {
return exports.content(body, contentType, status);
};

@@ -26,0 +20,0 @@ };

4

package.json
{
"name": "q-io",
"version": "1.11.3",
"version": "1.11.4",
"description": "IO using Q promises",

@@ -29,3 +29,3 @@ "homepage": "http://github.com/kriskowal/q-io/",

"q": "~1.0.1",
"qs": "~0.1.0",
"qs": "~1.2.1",
"url2": "~0.0.0",

@@ -32,0 +32,0 @@ "mime": "~1.2.11",

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