Skip to content
This repository was archived by the owner on Jul 15, 2019. It is now read-only.

Commit 0471491

Browse files
author
adon
committed
release as version 1.1.2
resolve a cross-browser compatibility issue (array.indexOf() is not supported by old IEs)
1 parent e47267c commit 0471491

File tree

6 files changed

+17
-9
lines changed

6 files changed

+17
-9
lines changed

bower.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xss-filters",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"homepage": "https://github.com/yahoo/xss-filters",
55
"authors": [
66
"Nera Liu <[email protected]>",
@@ -33,6 +33,9 @@
3333
"tests",
3434
"artifacts",
3535
"*.js",
36-
"jsdoc.conf.json"
36+
"jsdoc.conf.json",
37+
".travis.yml",
38+
".gitignore",
39+
"package.json"
3740
]
3841
}

dist/xss-filters.1.1.2.min.js

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/xss-filters.js

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

dist/xss-filters.min.js

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xss-filters",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"licenses": [
55
{
66
"type": "BSD",

0 commit comments

Comments
 (0)