Socket
Socket
Sign inDemoInstall

request

Package Overview
Dependencies
22
Maintainers
4
Versions
126
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1
46
13Next

2.49.0

Diff

Changelog

Source

v2.49.0 (2014/11/28)

  • #1295 fix(proxy): no-proxy false positive (@oliamb)
  • #1292 Upgrade caseless to 0.8.1 (@mmalecki)
  • #1276 Set transfer encoding for multipart/related to chunked by default (@simov)
  • #1275 Fix multipart content-type headers detection (@simov)
  • #1269 adds streams example for review (@tbuchok)
  • #1238 Add examples README.md (@simov)
nylen
published 2.48.0 •

Changelog

Source

v2.48.0 (2014/11/12)

  • #1263 Fixed a syntax error / typo in README.md (@xna2)
  • #1253 Add multipart chunked flag (@simov, @nylen)
  • #1251 Clarify that defaults() does not modify global defaults (@nylen)
  • #1250 Improve documentation for pool and maxSockets options (@nylen)
  • #1237 Documenting error handling when using streams (@vmattos)
  • #1244 Finalize changelog command (@nylen)
  • #1241 Fix typo (@alexanderGugel)
  • #1223 Show latest version number instead of "upcoming" in changelog (@nylen)
  • #1236 Document how to use custom CA in README (#1229) (@hypesystem)
  • #1228 Support for oauth with RSA-SHA1 signing (@nylen)
  • #1216 Made json and multipart options coexist (@nylen, @simov)
  • #1225 Allow header white/exclusive lists in any case. (@RReverser)
nylen
published 2.47.0 •

Changelog

Source

v2.47.0 (2014/10/26)

  • #1222 Move from mikeal/request to request/request (@nylen)
  • #1220 update qs dependency to 2.3.1 (@FredKSchott)
  • #1212 Improve tests/test-timeout.js (@nylen)
  • #1219 remove old globalAgent workaround for node 0.4 (@request)
  • #1214 Remove cruft left over from optional dependencies (@nylen)
  • #1215 Add proxyHeaderExclusiveList option for proxy-only headers. (@RReverser)
  • #1211 Allow 'Host' header instead of 'host' and remember case across redirects (@nylen)
  • #1208 Improve release script (@nylen)
  • #1213 Support for custom cookie store (@nylen, @mitsuru)
  • #1197 Clean up some code around setting the agent (@FredKSchott)
  • #1209 Improve multipart form append test (@simov)
  • #1207 Update changelog (@nylen)
  • #1185 Stream multipart/related bodies (@simov)
nylen
published 2.46.0 •

Changelog

Source

v2.46.0 (2014/10/23)

  • #1198 doc for TLS/SSL protocol options (@shawnzhu)
  • #1200 Add a Gitter chat badge to README.md (@gitter-badger)
  • #1196 Upgrade taper test reporter to v0.3.0 (@nylen)
  • #1199 Fix lint error: undeclared var i (@nylen)
  • #1191 Move self.proxy decision logic out of init and into a helper (@FredKSchott)
  • #1190 Move _buildRequest() logic back into init (@FredKSchott)
  • #1186 Support Smarter Unix URL Scheme (@FredKSchott)
  • #1178 update form documentation for new usage (@FredKSchott)
  • #1180 Enable no-mixed-requires linting rule (@nylen)
  • #1184 Don't forward authorization header across redirects to different hosts (@nylen)
  • #1183 Correct README about pre and postamble CRLF using multipart and not mult... (@netpoetica)
  • #1179 Lint tests directory (@nylen)
  • #1169 add metadata for form-data file field (@dotcypress)
  • #1173 remove optional dependencies (@seanstrom)
  • #1165 Cleanup event listeners and remove function creation from init (@FredKSchott)
  • #1174 update the request.cookie docs to have a valid cookie example (@seanstrom)
  • #1168 create a detach helper and use detach helper in replace of nextTick (@seanstrom)
  • #1171 in post can send form data and use callback (@MiroRadenovic)
  • #1159 accept charset for x-www-form-urlencoded content-type (@seanstrom)
  • #1157 Update README.md: body with json=true (@Rob--W)
  • #1164 Disable tests/test-timeout.js on Travis (@nylen)
  • #1153 Document how to run a single test (@nylen)
  • #1144 adds documentation for the "response" event within the streaming section (@tbuchok)
  • #1162 Update eslintrc file to no longer allow past errors (@FredKSchott)
  • #1155 Support/use self everywhere (@seanstrom)
  • #1161 fix no-use-before-define lint warnings (@emkay)
  • #1156 adding curly brackets to get rid of lint errors (@emkay)
  • #1151 Fix localAddress test on OS X (@nylen)
  • #1145 documentation: fix outdated reference to setCookieSync old name in README (@FredKSchott)
  • #1131 Update pool documentation (@FredKSchott)
  • #1143 Rewrite all tests to use tape (@nylen)
  • #1137 Add ability to specifiy querystring lib in options. (@jgrund)
  • #1138 allow hostname and port in place of host on uri (@cappslock)
  • #1134 Fix multiple redirects and self.followRedirect (@blakeembrey)
  • #1130 documentation fix: add note about npm test for contributing (@FredKSchott)
  • #1120 Support/refactor request setup tunnel (@seanstrom)
  • #1129 linting fix: convert double quote strings to use single quotes (@FredKSchott)
  • #1124 linting fix: remove unneccesary semi-colons (@FredKSchott)
nylen
published 2.45.0 •

Changelog

Source

v2.45.0 (2014/10/06)

  • #1128 Add test for setCookie regression (@nylen)
  • #1127 added tests around using objects as values in a query string (@bcoe)
  • #1103 Support/refactor request constructor (@nylen, @seanstrom)
  • #1119 add basic linting to request library (@FredKSchott)
  • #1121 Revert "Explicitly use sync versions of cookie functions" (@nylen)
  • #1118 linting fix: Restructure bad empty if statement (@FredKSchott)
  • #1117 Fix a bad check for valid URIs (@FredKSchott)
  • #1113 linting fix: space out operators (@FredKSchott)
  • #1116 Fix typo in noProxyHost definition (@FredKSchott)
  • #1114 linting fix: Added a new operator that was missing when creating and throwing a new error (@FredKSchott)
  • #1096 No_proxy support (@samcday)
  • #1107 linting-fix: remove unused variables (@FredKSchott)
  • #1112 linting fix: Make return values consistent and more straitforward (@FredKSchott)
  • #1111 linting fix: authPieces was getting redeclared (@FredKSchott)
  • #1105 Use strict mode in request (@FredKSchott)
  • #1110 linting fix: replace lazy '==' with more strict '===' (@FredKSchott)
  • #1109 linting fix: remove function call from if-else conditional statement (@FredKSchott)
  • #1102 Fix to allow setting a requester on recursive calls to request.defaults (@tikotzky)
  • #1095 Tweaking engines in package.json (@pdehaan)
  • #1082 Forward the socket event from the httpModule request (@seanstrom)
  • #972 Clarify gzip handling in the README (@kevinoid)
  • #1089 Mention that encoding defaults to utf8, not Buffer (@stuartpb)
  • #1088 Fix cookie example in README.md and make it more clear (@pipi32167)
  • #1027 Add support for multipart form data in request options. (@crocket)
  • #1076 use Request.abort() to abort the request when the request has timed-out (@seanstrom)
  • #1068 add optional postamble required by .NET multipart requests (@netpoetica)
mikeal
published 2.44.0 •

mikeal
published 2.43.0 •

Changelog

Source

v2.43.0 (2014/09/18)

  • #1057 Defaults should not overwrite defined options (@davidwood)
  • #1046 Propagate datastream errors, useful in case gzip fails. (@ZJONSSON, @Janpot)
  • #1063 copy the input headers object #1060 (@finnp)
  • #1031 Explicitly use sync versions of cookie functions (@ZJONSSON)
  • #1056 Fix redirects when passing url.parse(x) as URL to convenience method (@nylen)
mikeal
published 2.42.0 •

Changelog

Source

v2.42.0 (2014/09/04)

  • #1053 Fix #1051 Parse auth properly when using non-tunneling proxy (@isaacs)
mikeal
published 2.41.0 •

Changelog

Source

v2.41.0 (2014/09/04)

  • #1050 Pass whitelisted headers to tunneling proxy. Organize all tunneling logic. (@isaacs, @Feldhacker)
  • #1035 souped up nodei.co badge (@rvagg)
  • #1048 Aws is now possible over a proxy (@steven-aerts)
  • #1039 extract out helper functions to a helper file (@seanstrom)
  • #1021 Support/refactor indexjs (@seanstrom)
  • #1033 Improve and document debug options (@nylen)
  • #1034 Fix readme headings (@nylen)
  • #1030 Allow recursive request.defaults (@tikotzky)
  • #1029 Fix a couple of typos (@nylen)
  • #675 Checking for SSL fault on connection before reading SSL properties (@VRMink)
  • #989 Added allowRedirect function. Should return true if redirect is allowed or false otherwise (@doronin)
  • #1025 [fixes #1023] Set self._ended to true once response has ended (@mridgway)
  • #1020 Add back removed debug metadata (@FredKSchott)
  • #1008 Moving to module instead of cutomer buffer concatenation. (@mikeal)
  • #770 Added dependency badge for README file; (@timgluz, @mafintosh, @lalitkapoor, @stash, @bobyrizov)
  • #1016 toJSON no longer results in an infinite loop, returns simple objects (@FredKSchott)
  • #1018 Remove pre-0.4.4 HTTPS fix (@mmalecki)
  • #1006 Migrate to caseless, fixes #1001 (@mikeal)
  • #995 Fix parsing array of objects (@sjonnet19)
  • #999 Fix fallback for browserify for optional modules. (@eiriksm)
  • #996 Wrong oauth signature when multiple same param keys exist [updated] (@bengl)
mikeal
published 2.40.0 •

Changelog

Source

v2.40.0 (2014/08/06)

  • #992 Fix security vulnerability. Update qs (@poeticninja)
  • #988 “--” -> “—” (@upisfree)
  • #987 Show optional modules as being loaded by the module that reqeusted them (@iarna)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc