Socket
Socket
Sign inDemoInstall

sn-cloudlink

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sn-cloudlink - npm Package Compare versions

Comparing version 1.0.11 to 1.0.12

2

app/components/EmailProvider.js

@@ -29,3 +29,3 @@ import React from 'react';

install = (event) => {
BridgeManager.get().installExtension({name: "Daily Email Backups", url: window.email_backups_url, subtype: "backup.email_archive"}, null, () => {
BridgeManager.get().installExtension({name: "Daily Email Backups", url: window.email_backups_url, subtype: "backup.email_archive", frequency: "daily"}, null, () => {
setTimeout(function () {

@@ -32,0 +32,0 @@ alert("Daily email backups has been successfully installed. Backups will be delivered in encrypted format to your account email.");

@@ -36,3 +36,3 @@ import React from 'react';

});
BridgeManager.get().installExtension({name: "Note History Server Extension", url: response.server_url});
BridgeManager.get().installExtension({name: "Note History Server Extension", url: response.server_url, frequency: "realtime"});
}, (error) => {

@@ -39,0 +39,0 @@ alert("An error occurred while trying to install this extension. Please check the console for an error description.");

@@ -19,3 +19,3 @@ import React from 'react';

if(!installed) {
BridgeManager.get().installExtension({name: this.props.name, url: url});
BridgeManager.get().installExtension({name: this.props.name, url: url, frequency: "daily"});
}

@@ -64,3 +64,3 @@ }

try {
BridgeManager.get().installExtension({name: this.props.name + " Sync", url: atob(this.state.confirmation)}, null, () => {
BridgeManager.get().installExtension({name: this.props.name + " Sync", url: atob(this.state.confirmation), frequency: "daily"}, null, () => {
this.setState({authBegan: false, secret_url: null, successfully_installed: true})

@@ -67,0 +67,0 @@ });

{
"name": "sn-cloudlink",
"version": "1.0.11",
"version": "1.0.12",
"main": "dist/dist.js",

@@ -5,0 +5,0 @@ "scripts": {

Sorry, the diff of this file is too big to display

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