Socket
Socket
Sign inDemoInstall

stream-http

Package Overview
Dependencies
Maintainers
2
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stream-http - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

1

lib/request.js

@@ -123,3 +123,2 @@ var capability = require('./capability')

var signal = null
var fetchTimer = null
if (capability.abortController) {

@@ -126,0 +125,0 @@ var controller = new AbortController()

20

package.json
{
"name": "stream-http",
"version": "3.1.0",
"version": "3.1.1",
"description": "Streaming http in the browser",

@@ -31,16 +31,16 @@ "main": "index.js",

"builtin-status-codes": "^3.0.0",
"inherits": "^2.0.1",
"readable-stream": "^3.0.6",
"xtend": "^4.0.0"
"inherits": "^2.0.4",
"readable-stream": "^3.6.0",
"xtend": "^4.0.2"
},
"devDependencies": {
"airtap": "^2.0.3",
"airtap": "^3.0.0",
"basic-auth": "^2.0.1",
"brfs": "^2.0.1",
"cookie-parser": "^1.4.3",
"express": "^4.16.3",
"tape": "^4.9.0",
"ua-parser-js": "^0.7.18",
"brfs": "^2.0.2",
"cookie-parser": "^1.4.5",
"express": "^4.17.1",
"tape": "^5.0.0",
"ua-parser-js": "^0.7.21",
"webworkify": "^1.5.0"
}
}

@@ -68,3 +68,3 @@ # stream-http [![Build Status](https://travis-ci.org/jhiesey/stream-http.svg?branch=master)](https://travis-ci.org/jhiesey/stream-http)

also be a bit slow. This was the default in versions of this module before 1.5.
* 'prefer-stream': Provide data before the request completes even if binary data (anything
* 'prefer-streaming': Provide data before the request completes even if binary data (anything
that isn't a single-byte ASCII or UTF8 character) will be corrupted. Of course, this option

@@ -71,0 +71,0 @@ is only safe for text data. May also cause the 'content-type' response header to be

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