Skip to content

Commit

Permalink
Build 3.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gregjacobs committed Sep 7, 2022
1 parent 2e1f211 commit df2941b
Show file tree
Hide file tree
Showing 15 changed files with 19 additions and 39 deletions.
14 changes: 2 additions & 12 deletions dist/Autolinker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/Autolinker.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/Autolinker.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/Autolinker.min.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/api/data-1459c0dbd0e7b0c4e9b8377784a06829.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/api/data-ad1aae5ec80d1fb77b3cfa8c71fcc60d.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/api/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Autolinker v3.16.1 API Docs</title>
<title>Autolinker v3.16.2 API Docs</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="fragment" content="!">
Expand All @@ -13,7 +13,7 @@
<link rel="stylesheet" href="styles-3eba09980fa05ead185cb17d9c0deb0f.css" type="text/css" />

<script type="text/javascript" src="extjs/ext-all.js"></script>
<script type="text/javascript" src="data-1459c0dbd0e7b0c4e9b8377784a06829.js"></script>
<script type="text/javascript" src="data-ad1aae5ec80d1fb77b3cfa8c71fcc60d.js"></script>

<script type="text/javascript" src="app-0c945a27f43452df695771ddb60b3d14.js"></script>

Expand All @@ -22,9 +22,9 @@
</head>
<body id="ext-body">

<div id="loading"><span class="title">Autolinker v3.16.1 API Docs</span><span class="logo"></span></div>
<div id="loading"><span class="title">Autolinker v3.16.2 API Docs</span><span class="logo"></span></div>

<div id="header-content">Autolinker v3.16.1 API Docs</div>
<div id="header-content">Autolinker v3.16.2 API Docs</div>

<div id='categories-content' style='display:none'>
<div class='section'>
Expand Down Expand Up @@ -88,7 +88,7 @@ <h3>Others...</h3>



<div id='footer-content' style='display: none'>Generated on Wed 07 Sep 2022 14:57:44 by <a href='https://github.com/senchalabs/jsduck'>JSDuck</a> 5.3.4.</div>
<div id='footer-content' style='display: none'>Generated on Wed 07 Sep 2022 16:11:11 by <a href='https://github.com/senchalabs/jsduck'>JSDuck</a> 5.3.4.</div>



Expand Down
2 changes: 1 addition & 1 deletion docs/api/output/Autolinker.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/api/output/global.js

Large diffs are not rendered by default.

10 changes: 0 additions & 10 deletions docs/api/source/Autolinker.html
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,6 @@
if (this.sanitizeHtml) {
textOrHtml = textOrHtml.replace(/&lt;/g, &#39;&amp;lt;&#39;).replace(/&gt;/g, &#39;&amp;gt;&#39;);
}
textOrHtml = this.stripUnsafeCharacters(textOrHtml);
var matches = this.parse(textOrHtml), newHtml = [], lastIndex = 0;
for (var i = 0, len = matches.length; i &lt; len; i++) {
var match = matches[i];
Expand Down Expand Up @@ -919,15 +918,6 @@
}
return tagBuilder;
};
<span id='Autolinker-method-stripUnsafeCharacters'> /**
</span> * Strips characters considered as unsafe
* SNYK-AUTOLINKER-2438289
* @param text
* @private
*/
Autolinker.prototype.stripUnsafeCharacters = function (text) {
return text.replace(/[\u202a-\u202e\u200e-\u200f]/g, &#39;&#39;);
};
// NOTE: must be &#39;export default&#39; here for UMD module
<span id='Autolinker-static-property-version'> /**
</span> * @static
Expand Down
2 changes: 1 addition & 1 deletion docs/api/source/version.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
exports.version = void 0;
// Important: this file is generated from the &#39;build&#39; script and should not be
// edited directly
exports.version = &#39;3.16.1&#39;;
exports.version = &#39;3.16.2&#39;;
//# sourceMappingURL=version.js.map</pre>
</body>
</html>
2 changes: 1 addition & 1 deletion docs/examples/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!doctype html><html><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous"/><script src="https://code.jquery.com/jquery-1.12.0.min.js"></script><script defer="defer" src="live-example.b16fb0826d3d40fac2b1.js"></script></head><body><div class="container"><h1><a class="title-link" href="https://github.com/gregjacobs/Autolinker.js" target="_top">Autolinker</a> <small>v<span id="version"></span> - Live Example</small></h1>Type text on the left and see the output on the right. For full match/options reference, see the <a href="http://gregjacobs.github.io/Autolinker.js/api/#!/api/Autolinker" target="_top">API Docs</a><div class="row pt10"><div class="col-lg-4 col-sm-6"><h4>Match Types:</h4><div id="option-urls-schemeMatches"></div><div id="option-urls-wwwMatches"></div><div id="option-urls-tldMatches"></div><div id="option-email"></div><div id="option-phone"></div><div id="option-mention"></div><div id="option-hashtag"></div></div><div class="col-lg-4 col-sm-6"><h4>Other Options:</h4><div id="option-stripPrefix"></div><div id="option-stripTrailingSlash"></div><div id="option-decodePercentEncoding"></div><div id="option-newWindow"></div><br/><div id="option-truncate-length"></div><div id="option-truncate-location"></div><br/><div id="option-className"></div></div><div class="col-lg-4 col-sm-12"><h4>Code Sample:</h4><pre id="options-output" class="code-sample"></pre></div></div><div class="row pt10"><div class="col-xs-6"><textarea id="input" class="code-box">
<!doctype html><html><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous"/><script src="https://code.jquery.com/jquery-1.12.0.min.js"></script><script defer="defer" src="live-example.d6ab1edfbe37d127c383.js"></script></head><body><div class="container"><h1><a class="title-link" href="https://github.com/gregjacobs/Autolinker.js" target="_top">Autolinker</a> <small>v<span id="version"></span> - Live Example</small></h1>Type text on the left and see the output on the right. For full match/options reference, see the <a href="http://gregjacobs.github.io/Autolinker.js/api/#!/api/Autolinker" target="_top">API Docs</a><div class="row pt10"><div class="col-lg-4 col-sm-6"><h4>Match Types:</h4><div id="option-urls-schemeMatches"></div><div id="option-urls-wwwMatches"></div><div id="option-urls-tldMatches"></div><div id="option-email"></div><div id="option-phone"></div><div id="option-mention"></div><div id="option-hashtag"></div></div><div class="col-lg-4 col-sm-6"><h4>Other Options:</h4><div id="option-stripPrefix"></div><div id="option-stripTrailingSlash"></div><div id="option-decodePercentEncoding"></div><div id="option-newWindow"></div><br/><div id="option-truncate-length"></div><div id="option-truncate-location"></div><br/><div id="option-className"></div></div><div class="col-lg-4 col-sm-12"><h4>Code Sample:</h4><pre id="options-output" class="code-sample"></pre></div></div><div class="row pt10"><div class="col-xs-6"><textarea id="input" class="code-box">
http://google.com
www.google.com
google.com
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "autolinker",
"version": "3.16.1",
"version": "3.16.2",
"description": "Utility to automatically link the URLs, email addresses, phone numbers, hashtags, and mentions (Twitter, Instagram) in a given block of text/HTML",
"main": "./dist/commonjs/index.js",
"typings": "./dist/commonjs/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// Important: this file is generated from the 'build' script and should not be
// edited directly
export const version = '3.16.1';
export const version = '3.16.2';

0 comments on commit df2941b

Please sign in to comment.