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.15.0 to 0.15.1

2

component.json

@@ -5,3 +5,3 @@ {

"description": "awesome http requests",
"version": "0.15.0",
"version": "0.15.1",
"keywords": [

@@ -8,0 +8,0 @@ "http",

0.15.1 / 2013-06-26
==================
* add try/catch around parseLinks
0.15.0 / 2013-06-25

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

@@ -138,3 +138,7 @@

// links
if (header.link) this.links = utils.parseLinks(header.link);
try {
if (header.link) this.links = utils.parseLinks(header.link);
} catch (err) {
// ignore
}
};

@@ -141,0 +145,0 @@

{
"name": "superagent",
"version": "0.15.0",
"version": "0.15.1",
"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