[Snyk] Upgrade needle from 0.7.11 to 0.11.0 #1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
ℹ️ 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.
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.
-
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
-
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
- Updated documentation.
-
0.8.2 - 2015-03-11
- Fixed global variable leak. Thanks @ bausmeier!
-
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
- 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:pass@proxy.server.com)
- And a bit of code refactoring.
-
0.7.11 - 2015-01-29
from needle GitHub release notesneedle.post('//foobar.com')should work now.follow_set_cookieswhen no cookies are received (#121).debugmodule as a dependency.This version introduces a number of new things:
Important changes:
follow: truewill no longer default to 10 redirects. You now need to explicitly pass a number.timeout: truewill no longer default to 10000 milisecs. Same as above, a number is expected.Commit messages
Package name: needle
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