hadron-auto-update-manager
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -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. |
16
index.js
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20129
262