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

superagent

Package Overview
Dependencies
Maintainers
10
Versions
174
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 1.8.0-beta.1 to 1.8.0-beta.2

a.out

5

History.md

@@ -1,4 +0,4 @@

# 1.8.0-beta.1 (2016-02-25)
# 1.8.0-beta.2 (2016-02-27)
To try betas via npm, set ">=1.8.0-beta.1 <2" as the required version.
To try betas via npm, set ">=1.8.0-beta.2 <2" as the required version.

@@ -12,2 +12,3 @@ * Extracted common code into request-base class (Peter Lyons)

* Prevented TCP port conflicts in all tests (Peter Lyons)
* Updated form-data dependency

@@ -14,0 +15,0 @@ # 1.7.2 (2016-01-26)

4

package.json
{
"name": "superagent",
"version": "1.8.0-beta.1",
"version": "1.8.0-beta.2",
"description": "elegant & feature rich browser / node HTTP with a fluent API",

@@ -34,3 +34,3 @@ "scripts": {

"extend": "3.0.0",
"form-data": "0.2.0",
"form-data": "1.0.0-rc3",
"readable-stream": "1.0.27-1"

@@ -37,0 +37,0 @@ },

@@ -77,2 +77,3 @@ # SuperAgent [![Build Status](https://travis-ci.org/visionmedia/superagent.svg?branch=master)](https://travis-ci.org/visionmedia/superagent)

* [superagent-promise-plugin](https://github.com/jomaxx/superagent-promise-plugin) - Shims req.end to return a promise when executed with no callback.
* [superagent-use](https://github.com/koenpunt/superagent-use) - A client addon to apply plugins to all requests.

@@ -79,0 +80,0 @@ Please prefix your plugin with `superagent-*` so that it can easily be found by others.

Sorry, the diff of this file is too big to display

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