postman-request
Advanced tools
Comparing version 2.74.1-postman.2 to 2.75.1-postman.1
## Change Log | ||
### v2.75.0 (2016/09/17) | ||
- [#2381](https://github.com/request/request/pull/2381) Drop support for Node 0.10 (@simov) | ||
- [#2377](https://github.com/request/request/pull/2377) Update form-data to version 2.0.0 🚀 (@greenkeeperio-bot) | ||
- [#2353](https://github.com/request/request/pull/2353) Add greenkeeper ignored packages (@simov) | ||
- [#2351](https://github.com/request/request/pull/2351) Update karma-tap to version 3.0.1 🚀 (@greenkeeperio-bot) | ||
- [#2348](https://github.com/request/request/pull/2348) form-data@1.0.1 breaks build 🚨 (@greenkeeperio-bot) | ||
- [#2349](https://github.com/request/request/pull/2349) Check error type instead of string (@scotttrinh) | ||
### v2.74.0 (2016/07/22) | ||
@@ -199,5 +207,5 @@ - [#2295](https://github.com/request/request/pull/2295) Update tough-cookie to 2.3.0 (@stash-sfdc) | ||
- [#1468](https://github.com/request/request/pull/1468) Re-enable io.js/node 0.12 build (@simov, @mikeal, @BBB) | ||
- [#1442](https://github.com/request/request/pull/1442) Fixed the issue with strictSSL tests on 0.12 & io.js by explicitly setting a cipher that matches the cert. (@BBB, @nicolasmccurdy, @demohi, @simov, @0x4139) | ||
- [#1442](https://github.com/request/request/pull/1442) Fixed the issue with strictSSL tests on 0.12 & io.js by explicitly setting a cipher that matches the cert. (@BBB, @nickmccurdy, @demohi, @simov, @0x4139) | ||
- [#1460](https://github.com/request/request/pull/1460) localAddress or proxy config is lost when redirecting (@simov, @0x4139) | ||
- [#1453](https://github.com/request/request/pull/1453) Test on Node.js 0.12 and io.js with allowed failures (@nicolasmccurdy, @demohi) | ||
- [#1453](https://github.com/request/request/pull/1453) Test on Node.js 0.12 and io.js with allowed failures (@nickmccurdy, @demohi) | ||
- [#1426](https://github.com/request/request/pull/1426) Fixing tests to pass on io.js and node 0.12 (only test-https.js stiff failing) (@mikeal) | ||
@@ -332,3 +340,3 @@ - [#1446](https://github.com/request/request/pull/1446) Missing HTTP referer header with redirects Fixes #1038 (@simov, @guimon) | ||
- [#1137](https://github.com/request/request/pull/1137) Add ability to specifiy querystring lib in options. (@jgrund) | ||
- [#1138](https://github.com/request/request/pull/1138) allow hostname and port in place of host on uri (@slimelabs) | ||
- [#1138](https://github.com/request/request/pull/1138) allow hostname and port in place of host on uri (@cappslock) | ||
- [#1134](https://github.com/request/request/pull/1134) Fix multiple redirects and `self.followRedirect` (@blakeembrey) | ||
@@ -498,3 +506,3 @@ - [#1130](https://github.com/request/request/pull/1130) documentation fix: add note about npm test for contributing (@FredKSchott) | ||
### v2.24.0 (2013/07/23) | ||
### v2.25.0 (2013/07/23) | ||
- [#596](https://github.com/request/request/pull/596) Global agent is being used when pool is specified (@Cauldrath) | ||
@@ -565,3 +573,3 @@ - [#594](https://github.com/request/request/pull/594) Emit complete event when there is no callback (@RomainLK) | ||
- [#322](https://github.com/request/request/pull/322) Fix + test for piped into request bumped into redirect. #321 (@alexindigo) | ||
- [#326](https://github.com/request/request/pull/326) Do not try to remove listener from an undefined connection (@strk) | ||
- [#326](https://github.com/request/request/pull/326) Do not try to remove listener from an undefined connection (@CartoDB) | ||
- [#318](https://github.com/request/request/pull/318) Pass servername to tunneling secure socket creation (@isaacs) | ||
@@ -568,0 +576,0 @@ - [#317](https://github.com/request/request/pull/317) Workaround for #313 (@isaacs) |
@@ -10,3 +10,3 @@ { | ||
], | ||
"version": "2.74.1-postman.2", | ||
"version": "2.75.1-postman.1", | ||
"repository": { | ||
@@ -29,3 +29,3 @@ "type": "git", | ||
"forever-agent": "~0.6.1", | ||
"form-data": "~1.0.1", | ||
"form-data": "~2.0.0", | ||
"har-validator": "~2.0.6", | ||
@@ -32,0 +32,0 @@ "hawk": "~3.1.3", |
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
235755
+ Addedasynckit@0.4.0(transitive)
+ Addedform-data@2.0.0(transitive)
- Removedasync@2.6.4(transitive)
- Removedform-data@1.0.1(transitive)
- Removedlodash@4.17.21(transitive)
Updatedform-data@~2.0.0