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.9.0 to 0.9.1

component.json

8

History.md
0.9.1 / 2012-09-07
==================
* add `.forbidden` response property
* add component.json
* change emitter-component to 0.0.5
* fix client-side tests
0.9.0 / 2012-08-28

@@ -3,0 +11,0 @@ ==================

1

lib/node/response.js

@@ -130,3 +130,4 @@

this.notAcceptable = 406 == status;
this.forbidden = 403 == status;
this.notFound = 404 == status;
};

@@ -368,2 +368,3 @@

this.notFound = 404 == status;
this.forbidden = 403 == status;
};

@@ -370,0 +371,0 @@

4

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

@@ -13,3 +13,3 @@ , "keywords": ["http", "ajax", "request", "agent"]

, "mime": "1.2.5"
, "emitter-component": "0.0.1"
, "emitter-component": "0.0.5"
, "methods": "0.0.1"

@@ -16,0 +16,0 @@ , "cookiejar": "1.3.0"

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