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.3.2 to 1.3.3

2

package.json
{
"name": "sysend",
"version": "1.3.2",
"version": "1.3.3",
"description": "Send messages to other tabs/windows in the same browser",

@@ -5,0 +5,0 @@ "main": "sysend.js",

@@ -1,3 +0,3 @@

[![npm](https://img.shields.io/badge/npm-1.3.2-blue.svg)](https://www.npmjs.com/package/sysend)
![bower](https://img.shields.io/badge/bower-1.3.2-yellow.svg)
[![npm](https://img.shields.io/badge/npm-1.3.3-blue.svg)](https://www.npmjs.com/package/sysend)
![bower](https://img.shields.io/badge/bower-1.3.3-yellow.svg)
![downloads](https://img.shields.io/npm/dt/sysend.svg)

@@ -58,3 +58,4 @@

If you want to add support for Cross-Domain communiation you need to call proxy method with target domain:
If you want to add support for Cross-Domain communication you need to call proxy method with url on target domain
that have [proxy.html file](https://github.com/jcubic/sysend.js/blob/master/proxy.html).

@@ -66,3 +67,3 @@ ```javascript

on firefox you need to add CORS for the iframe (see [Cross-Domain LocalStorage](https://jcubic.wordpress.com/2014/06/20/cross-domain-localstorage/))
on Firefox you need to add **CORS** for the proxy.html that will be loaded into iframe (see [Cross-Domain LocalStorage](https://jcubic.wordpress.com/2014/06/20/cross-domain-localstorage/))

@@ -69,0 +70,0 @@ ## Demo

/**@license
* sysend.js - send messages between browser windows/tabs version 1.3.2
* sysend.js - send messages between browser windows/tabs version 1.3.3
*

@@ -4,0 +4,0 @@ * Copyright (C) 2014-2018 Jakub Jankiewicz <http://jcubic.pl/me>

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