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

hadron-auto-update-manager

Package Overview
Dependencies
Maintainers
1
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hadron-auto-update-manager - npm Package Compare versions

Comparing version 0.0.13 to 0.0.14

2

auto-updater.js

@@ -19,3 +19,3 @@ 'use strict';

if (!this.feedURL) {
debug('No feedURL set.')
debug('No feedURL set.');
return;

@@ -22,0 +22,0 @@ }

'use strict';
/* eslint eqeqeq: 1, no-console:0 no-else-return: 1, no-cond-assign: 1, consistent-return: 1 */
const path = require('path');
const fs = require('fs');
const electron = require('electron');

@@ -20,3 +18,3 @@ const dialog = electron.dialog;

const NoUpdateAvailableState = 'no-update-available';
const UnsupportedState = 'unsupported';
// const UnsupportedState = 'unsupported';
const ErrorState = 'error';

@@ -96,3 +94,3 @@

return true;
},
};
/**

@@ -115,2 +113,7 @@ * @api private

opts = opts || {};
if (opts.hidePopups !== false) {
opts.hidePopups = true;
}
if (!opts.hidePopups) {

@@ -117,0 +120,0 @@ autoUpdater.once('update-not-available', this.onUpdateNotAvailable);

{
"name": "hadron-auto-update-manager",
"description": "Atoms AutoUpdateManager class as a standalone module.",
"version": "0.0.13",
"version": "0.0.14",
"scripts": {

@@ -6,0 +6,0 @@ "fmt": "mongodb-js-fmt",

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