New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

localsync

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

localsync - npm Package Compare versions

Comparing version 1.1.6 to 1.1.7

2

package.json
{
"name": "localsync",
"version": "1.1.6",
"version": "1.1.7",
"description": "a lightweight module to sync JS objects in realtime across tabs / windows of a browser.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -7,2 +7,4 @@ [![NPM](https://raw.githubusercontent.com/noderaider/localsync/master/public/images/localsync.gif)](https://npmjs.com/packages/localsync)

*See [my battle with browser tabs](https://medium.com/@noderaider/my-battle-with-browser-tabs-5c00ae8e3d2c) for detailed information regarding the issues localsync solves.*
#### Features

@@ -79,3 +81,3 @@

*Guaranteed synchronization between clients of the same browser (Chrome <=> Chrome, IE <=> IE, etc.)*
*Guaranteed synchronization between clients of the same browser (Chrome :left_right_arrow: Chrome, IE :left_right_arrow: IE, etc.)*

@@ -86,3 +88,3 @@ * **[localsync](https://npmjs.com/packages/localsync)** - Determines synchronization mechanism and invokes it.

* **[:bullettrain_front: storagesync](https://npmjs.com/packages/storagesync)** - Synchronizes data in a push fashion using local storage 'storage' event for a given browser.
* **[:bullettrain_front: storagesync](https://npmjs.com/packages/storagesync)** - Synchronizes data in a push fashion using local storage `storage` event for a given browser.
* **[:cookie: cookiesync](https://npmjs.com/packages/cookiesync)** - Synchronizes data via cookie polling mechanism for a given browser.

@@ -93,3 +95,3 @@ * **[:computer: serversync](https://npmjs.com/packages/serversync)** - Mocks the localsync interface on server environments but does no actual synchronization (for now).

*The primary goal of 2.0 is to enable **cross-browser** localsync (Chrome <=> IE, Firefox <=> Safari, etc.). The following additional mechanisms are being implemented to make this happen:*
*The primary goal of 2.0 is to enable cross-browser localsync (Chrome :left_right_arrow: IE, Firefox :left_right_arrow: Safari, etc.). The following additional mechanisms are being implemented to make this happen:*

@@ -96,0 +98,0 @@ * **[:rocket: webrtcsync](https://npmjs.com/packages/webrtcsync)** - Synchronizes data across any supporting browser using WebRTC technology.

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