Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade needle from 0.7.11 to 0.11.0 #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

penguinpowernz
Copy link

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade needle from 0.7.11 to 0.11.0.

merge advice
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 8 versions ahead of your current version.
  • The recommended version was released 6 years ago, on 2015-11-05.
Release notes
Package name: needle
  • 0.11.0 - 2015-11-05
    • Added rdf+xml to the list of parseable XML content types. Fixes #136
    • Added .patch() method.
    • Fix writing to output file. Closes #140
    • Added 'header' event to stream response, that includes both statusCode and headers.
    • Changed JSON.parse() to require() in needle.js, allowing needle to run with browserify.
  • 0.10.0 - 2015-07-09
    • Allow setting parse/parse_response option to 'xml' or 'json' in order to skip parsing unwanted types.
    • Better handling of URLs with no protocol. needle.post('//foobar.com') should work now.
  • 0.9.2 - 2015-04-15
    • New cookie parsing strategy (based on RFC 6265), thanks to the work by @ JORGEAGUIRRE.
  • 0.9.1 - 2015-03-31
    • Fixed Host header name in redirects.
    • More informative message on querystring errors.
    • Fix for follow_set_cookies when no cookies are received (#121).
  • 0.9.0 - 2015-03-24
    • Added .parser property to response ('xml' or 'json' depending on the parser used).
    • Added read_timeout option, disabled by default.
    • Set utf-8 charset in Content-Type header for JSON requests.
    • Added debug module as a dependency.
    • Updated documentation.
  • 0.8.2 - 2015-03-11
  • 0.8.1 - 2015-03-05
    • Added follow_set_referer option.
    • Fixed cookie parsing.
    • Stricter checks when checking options (you'll now get an error when passing a string to an option that expects a boolean).
  • 0.8.0 - 2015-03-04

    This version introduces a number of new things:

    • Cookie support
    • Fine tuning for following redirects (follow_keep_method, follow_if_same_host, follow_if_same_protocol, etc)
    • Much better memory handling (lower footprint)
    • Better proxy authentication (you can now pass a proxy URL with user/pass, e.g. http://user:[email protected])
    • And a bit of code refactoring.

    Important changes:

    • follow: true will no longer default to 10 redirects. You now need to explicitly pass a number.
    • timeout: true will no longer default to 10000 milisecs. Same as above, a number is expected.
  • 0.7.11 - 2015-01-29
from needle GitHub release notes
Commit messages
Package name: needle
  • f0fb9a2 0.11.0
  • d8996ca Merge pull request #146 from deployable/patch-1
  • f7a72f1 Allow needle to run with browserify
  • 84b4f7b Added 'header' event that includes both statusCode and headers
  • ace1030 Fix writing to output file. Closes #140.
  • e5da414 Added .patch() method.
  • c965d7a Added rdf+xml to the list of parseable XML content types. Fixes #136
  • ce22c53 Better URL prepending when no 'http' is found. Moved specs to url_spec.js.
  • 7380884 Allow setting parse/parse_response to 'xml' or 'json' in order to skip parsing unwanted types.
  • ce7f90c Merge pull request #131 from pdehaan/patch-1
  • f2f444a Add license attribute
  • 4f7be9b 0.9.2
  • 103a2b9 add cookie lib refactor
  • c42e2f2 hotfix: remove nock library and fix cookie_specs
  • b6ffb65 0.9.1
  • 86bf189 Fixed specs.
  • e9764a5 More informative message on querystring errors.
  • 1c7b06c Fix for #121.
  • f6fed22 Merge pull request #122 from tomas/revert-111-master
  • 36cee23 Revert "Adds the option to choose the function of encoding/decoding cookies"
  • 402713f Merge pull request #111 from jorgeaguirre/master
  • 5bb1088 Fixed Host header name in redirects. Fixes #116.
  • ad1ef73 0.9.0
  • fdb1a8a hotfix: add string conversion to param str in encodeCookieComponent

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants