superagent
Advanced tools
Comparing version 1.8.0-beta.1 to 1.8.0-beta.2
@@ -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) |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
39
117
3
4
332847
4196
+ Addedasync@1.5.2(transitive)
+ Addedcombined-stream@1.0.8(transitive)
+ Addeddelayed-stream@1.0.0(transitive)
+ Addedform-data@1.0.0-rc3(transitive)
+ Addedmime-db@1.52.0(transitive)
+ Addedmime-types@2.1.35(transitive)
- Removedasync@0.9.2(transitive)
- Removedcombined-stream@0.0.7(transitive)
- Removeddelayed-stream@0.0.5(transitive)
- Removedform-data@0.2.0(transitive)
- Removedmime-db@1.12.0(transitive)
- Removedmime-types@2.0.14(transitive)
Updatedform-data@1.0.0-rc3