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.1 to 0.0.2

8

auto-updater.js

@@ -1,5 +0,7 @@

var EventEmitter = require('events').EventEmitter;
var got = require('got');
var debug = require('debug')('hadron-auto-update-manager:linux');
'use strict';
const EventEmitter = require('events').EventEmitter;
const got = require('got');
const debug = require('debug')('hadron-auto-update-manager:linux');
/**

@@ -6,0 +8,0 @@ * Electron can't currently provide a consistent upgrade path for linux users.

@@ -1,9 +0,11 @@

var electron = require('electron');
var app = electron.app;
var dialog = electron.dialog;
var format = require('util').format;
var State = require('ampersand-state');
var autoUpdater = require('./auto-updater');
var debug = require('debug')('hadron-auto-update-manager');
'use strict';
const electron = require('electron');
const app = electron.app;
const dialog = electron.dialog;
const format = require('util').format;
const State = require('ampersand-state');
const autoUpdater = require('./auto-updater');
const debug = require('debug')('hadron-auto-update-manager');
const ENOSIGNATURE = 'Could not get code signature for running application';

@@ -10,0 +12,0 @@

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

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

Sorry, the diff of this file is not supported yet

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