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

@todesktop/runtime

Package Overview
Dependencies
Maintainers
3
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@todesktop/runtime - npm Package Compare versions

Comparing version 0.1.0-rc.4 to 0.1.0-rc.5

2

dist/updaterAgents.js

@@ -40,2 +40,3 @@ "use strict";

const updateCheckResult = await electronUpdater.autoUpdater.checkForUpdates();
console.log("UpdaterAgent: ", { updateCheckResult });
// No update available?

@@ -56,2 +57,3 @@ if (!updateCheckResult || !updateCheckResult.updateInfo) {

}
console.log("UpdaterAgent: calling downloadUpdate");
// TODO: manually download the update

@@ -58,0 +60,0 @@ await electronUpdater.autoUpdater.downloadUpdate(updateCheckResult.cancellationToken);

2

package.json
{
"private": false,
"name": "@todesktop/runtime",
"version": "0.1.0-rc.4",
"version": "0.1.0-rc.5",
"license": "MIT",

@@ -6,0 +6,0 @@ "author": "Adam Lynch <contact@adamlynch.com> (http://adamlynch.com/)",

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