Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.9.4 to 1.10.0

spec/http/agent-spec.js

3

http.js

@@ -283,3 +283,4 @@ /**

"method": request.method || "GET",
"headers": headers
"headers": headers,
"agent": request.agent
}, function (_response) {

@@ -286,0 +287,0 @@ deferred.resolve(exports.ClientResponse(_response, request.charset));

{
"name": "q-io",
"version": "1.9.4",
"version": "1.10.0",
"description": "IO using Q promises",

@@ -5,0 +5,0 @@ "homepage": "http://github.com/kriskowal/q-io/",

@@ -495,2 +495,7 @@

of the same name.
- ``agent``
a custom node [HTTP](http://nodejs.org/api/http.html#http_class_http_agent)
or [HTTPS](http://nodejs.org/api/https.html#https_class_https_agent)
agent. HTTP and HTTPS agents can implement custom socket pools,
allow use of SSL client certificates and self-signed certificates.
- ``body``

@@ -497,0 +502,0 @@ - ``node`` the wrapped Node request object

Sorry, the diff of this file is not supported yet

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