Skip to content

Commit

Permalink
v1.0.0 -> postMessage origin validation for security reasons
Browse files Browse the repository at this point in the history
  • Loading branch information
softvar committed Mar 23, 2017
1 parent b630c97 commit 5883337
Show file tree
Hide file tree
Showing 10 changed files with 68 additions and 30 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,7 +1,7 @@
{
"name": "across-tabs",
"description": "Easily communicate among browser tabs(supports cross-origin)",
"version": "0.1.9",
"version": "1.0.0",
"homepage": "https://github.com/wingify/across-tabs",
"bugs": "https://github.com/wingify/across-tabs/issues",
"author": {
Expand Down
37 changes: 28 additions & 9 deletions dist/across-tabs.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/across-tabs.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/across-tabs.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/across-tabs.min.js.map

Large diffs are not rendered by default.

37 changes: 28 additions & 9 deletions dist/across-tabs.this.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/across-tabs.this.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/across-tabs.this.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/across-tabs.this.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "across-tabs",
"version": "0.1.9",
"version": "1.0.0",
"description": "Easily communicate among browser tabs(supports cross-origin)",
"main": "dist/across-tabs.js",
"scripts": {
Expand Down

0 comments on commit 5883337

Please sign in to comment.