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

requests

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

requests - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

4

browser.js

@@ -130,4 +130,2 @@ 'use strict';

socket.responseType = 'moz-chunked-text';
} else if (Requests.type.msstream) {
socket.responseType = 'ms-stream';
}

@@ -137,2 +135,4 @@ } else {

socket.responseType = 'moz-chunked-arraybuffer';
} else if (Requests.type.msstream) {
socket.responseType = 'ms-stream';
}

@@ -139,0 +139,0 @@ }

{
"name": "requests",
"version": "0.1.4",
"version": "0.1.5",
"description": "An XHR abstraction that works in browsers and node.js",

@@ -5,0 +5,0 @@ "main": "index.js",

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