Comparing version 1.14.0 to 1.14.1
{ | ||
"name": "sysend", | ||
"version": "1.14.0", | ||
"version": "1.14.1", | ||
"description": "Web application synchronization between different tabs", | ||
@@ -5,0 +5,0 @@ "main": "sysend.js", |
@@ -5,4 +5,4 @@ <p align="center"> | ||
[![npm](https://img.shields.io/badge/npm-1.14.0-blue.svg)](https://www.npmjs.com/package/sysend) | ||
![bower](https://img.shields.io/badge/bower-1.14.0-yellow.svg) | ||
[![npm](https://img.shields.io/badge/npm-1.14.1-blue.svg)](https://www.npmjs.com/package/sysend) | ||
![bower](https://img.shields.io/badge/bower-1.14.1-yellow.svg) | ||
![downloads](https://img.shields.io/npm/dt/sysend.svg) | ||
@@ -9,0 +9,0 @@ [![jsdelivr](https://img.shields.io/jsdelivr/npm/hm/sysend)](https://www.jsdelivr.com/package/npm/sysend) |
/**@license | ||
* sysend.js - send messages between browser windows/tabs version 1.14.0 | ||
* sysend.js - send messages between browser windows/tabs version 1.14.1 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (C) 2014-2022 Jakub T. Jankiewicz <https://jcubic.pl/me> |
/**@license | ||
* sysend.js - send messages between browser windows/tabs version 1.14.0 | ||
* sysend.js - send messages between browser windows/tabs version 1.14.1 | ||
* | ||
@@ -248,2 +248,7 @@ * Copyright (C) 2014-2022 Jakub T. Jankiewicz <https://jcubic.pl/me> | ||
var origin = (function() { | ||
if (window.URL) { | ||
return function(url) { | ||
return new URL(url).origin; | ||
}; | ||
} | ||
var a = document.createElement('a'); | ||
@@ -250,0 +255,0 @@ return function origin(url) { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36629
666