Socket
Socket
Sign inDemoInstall

superagent

Package Overview
Dependencies
Maintainers
10
Versions
173
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

superagent - npm Package Compare versions

Comparing version 3.6.1 to 3.6.2

6

History.md

@@ -0,1 +1,7 @@

# 3.6.2 (2017-10-02)
* Upgrade MIME type dependency to a newer, secure version
* Recognize PDF MIME as binary
* Fix for error in subsequent require() calls (Steven de Salas)
# 3.6.0 (2017-08-20)

@@ -2,0 +8,0 @@

2

lib/node/index.js

@@ -73,3 +73,3 @@

'application/x-www-form-urlencoded': ['form', 'urlencoded', 'form-data']
});
}, true);

@@ -76,0 +76,0 @@ /**

@@ -8,2 +8,3 @@

exports['application/octet-stream'] = binary;
exports['application/pdf'] = binary;
exports.image = binary;
{
"name": "superagent",
"version": "3.6.1",
"version": "3.6.2",
"description": "elegant & feature rich browser / node HTTP with a fluent API",

@@ -5,0 +5,0 @@ "scripts": {

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