superagent
Advanced tools
Comparing version 3.6.2 to 3.6.3
@@ -237,3 +237,3 @@ | ||
/** | ||
* Set _Content-Type_ response header passed through `mime.getType()`. | ||
* Set _Content-Type_ response header passed through `mime.lookup()`. | ||
* | ||
@@ -265,7 +265,7 @@ * Examples: | ||
? type | ||
: mime.getType(type)); | ||
: mime.lookup(type)); | ||
}; | ||
/** | ||
* Set _Accept_ response header passed through `mime.getType()`. | ||
* Set _Accept_ response header passed through `mime.lookup()`. | ||
* | ||
@@ -292,3 +292,3 @@ * Examples: | ||
? type | ||
: mime.getType(type)); | ||
: mime.lookup(type)); | ||
}; | ||
@@ -295,0 +295,0 @@ |
{ | ||
"name": "superagent", | ||
"version": "3.6.2", | ||
"version": "3.6.3", | ||
"description": "elegant & feature rich browser / node HTTP with a fluent API", | ||
@@ -34,3 +34,3 @@ "scripts": { | ||
"methods": "^1.1.1", | ||
"mime": "^2.0.3", | ||
"mime": "^1.4.1", | ||
"qs": "^6.5.1", | ||
@@ -37,0 +37,0 @@ "readable-stream": "^2.0.5" |
Sorry, the diff of this file is not supported yet
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
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
378592
+ Addedmime@1.6.0(transitive)
- Removedmime@2.6.0(transitive)
Updatedmime@^1.4.1