Socket
Socket
Sign inDemoInstall

superagent

Package Overview
Dependencies
Maintainers
1
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 0.14.6 to 0.14.7

5

History.md
0.14.7 / 2013-06-06
==================
* fix unzip error handling
0.14.6 / 2013-05-23

@@ -3,0 +8,0 @@ ==================

@@ -101,2 +101,6 @@

unzip.on('error', function(err){
stream.emit('error', err);
});
// pipe to unzip

@@ -129,2 +133,5 @@ res.pipe(unzip);

stream.on(type, fn);
} else if ('error' == type) {
stream.on(type, fn);
_on.call(res, type, fn);
} else {

@@ -131,0 +138,0 @@ _on.call(res, type, fn);

2

package.json
{
"name": "superagent",
"version": "0.14.6",
"version": "0.14.7",
"description": "elegant & feature rich browser / node HTTP with a fluent API",

@@ -5,0 +5,0 @@ "keywords": [

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