Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit19e54c7

Browse files
committed
chore(build): bumping to version 1.19.7
1 parent547d4b6 commit19e54c7

File tree

11 files changed

+55
-48
lines changed

11 files changed

+55
-48
lines changed

‎CHANGELOG.md‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
The release notes tracked in this document are also made available on the[releases page](https://github.com/medialize/URI.js/releases)
44

5+
###1.19.7 (July 14th 2021) ###
6+
7+
***SECURITY** fixing[`URI.parseQuery()`](http://medialize.github.io/URI.js/docs.html#static-parseQuery) to prevent overwriting`__proto__` in parseQuery() - disclosed privately by@NewEraCracker
8+
***SECURITY** fixing[`URI.parse()`](http://medialize.github.io/URI.js/docs.html#static-parse) to handle variable amounts of`\` and`/` in scheme delimiter as Node and Browsers do - disclosed privately by[ready-research](https://github.com/ready-research) viahttps://huntr.dev/
9+
* removed obsolete build tools
10+
* updated jQuery versions (verifying compatibility with 1.12.4, 2.2.4, 3.6.0)
11+
512
###1.19.6 (February 13th 2021) ###
613

714
***SECURITY** fixing[`URI.parse()`](http://medialize.github.io/URI.js/docs.html#static-parse) to rewrite`\` in scheme delimiter to`/` as Node and Browsers do - disclosed privately by[Yaniv Nizry](https://twitter.com/ynizry) from the CxSCA AppSec team at Checkmarx

‎bower.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"urijs",
3-
"version":"1.19.6",
3+
"version":"1.19.7",
44
"main":"src/URI.js",
55
"ignore": [
66
".*",

‎build.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function build(files) {
2929
output_format:"text",
3030
output_info:"compiled_code"
3131
},function(data){
32-
varcode="/*! URI.js v1.19.6 http://medialize.github.io/URI.js/ */\n/* build contains: "+files.join(', ')+" */\n"+data;
32+
varcode="/*! URI.js v1.19.7 http://medialize.github.io/URI.js/ */\n/* build contains: "+files.join(', ')+" */\n"+data;
3333
$progress.hide();
3434
$out.val(code).parent().show();
3535
$out.prev().find('a').remove();

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"urijs",
3-
"version":"1.19.6",
3+
"version":"1.19.7",
44
"title":"URI.js - Mutating URLs",
55
"author": {
66
"name":"Rodney Rehm",

‎src/IPv6.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* URI.js - Mutating URLs
33
* IPv6 Support
44
*
5-
* Version: 1.19.6
5+
* Version: 1.19.7
66
*
77
* Author: Rodney Rehm
88
* Web: http://medialize.github.io/URI.js/

‎src/SecondLevelDomains.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* URI.js - Mutating URLs
33
* Second Level Domain (SLD) Support
44
*
5-
* Version: 1.19.6
5+
* Version: 1.19.7
66
*
77
* Author: Rodney Rehm
88
* Web: http://medialize.github.io/URI.js/

‎src/URI.js‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* URI.js - Mutating URLs
33
*
4-
* Version: 1.19.6
4+
* Version: 1.19.7
55
*
66
* Author: Rodney Rehm
77
* Web: http://medialize.github.io/URI.js/
@@ -81,7 +81,7 @@
8181
return/^[0-9]+$/.test(value);
8282
}
8383

84-
URI.version='1.19.6';
84+
URI.version='1.19.7';
8585

8686
varp=URI.prototype;
8787
varhasOwn=Object.prototype.hasOwnProperty;

‎src/URI.min.js‎

Lines changed: 38 additions & 38 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎src/URITemplate.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* URI.js - Mutating URLs
33
* URI Template Support - http://tools.ietf.org/html/rfc6570
44
*
5-
* Version: 1.19.6
5+
* Version: 1.19.7
66
*
77
* Author: Rodney Rehm
88
* Web: http://medialize.github.io/URI.js/

‎src/jquery.URI.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* URI.js - Mutating URLs
33
* jQuery Plugin
44
*
5-
* Version: 1.19.6
5+
* Version: 1.19.7
66
*
77
* Author: Rodney Rehm
88
* Web: http://medialize.github.io/URI.js/jquery-uri-plugin.html

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp