[Snyk] Upgrade url-toolkit from 2.1.6 to 2.2.5 #21
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.
Snyk has created this PR to upgrade url-toolkit from 2.1.6 to 2.2.5.
ℹ️ 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: url-toolkit
What's Changed
Full Changelog: v2.2.4...v2.2.5
What's Changed
Full Changelog: v2.2.3...v2.2.4
This release contains no functional changes.
URL()
(thanks @ JamieSlome for flagging this)Differences to JS
URL()
The JS URL() function also lets you calculate a new URL from a base and relative one.
That uses the URL Living Standard which is slightly different to RFC 1808 that this library implements.
One of the key differences is that the URL Living Standard has the concept of a 'special url' and 'special scheme'. For these special URL's, such as a URL with the
http
scheme, they normalise them in a way that results inhttp:///example.com/something
becominghttp://example.com/something
. This library does not do that andparseURL()
would give you//
as thenetLoc
and/example.com
as the path.No content.
No content.
Optimize regex to increase performance (#26)
No content.
Commit messages
Package name: url-toolkit
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