Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sysend

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sysend - npm Package Compare versions

Comparing version 1.14.0 to 1.14.1

2

package.json
{
"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) {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc