Socket
Socket
Sign inDemoInstall

electron-updater

Package Overview
Dependencies
Maintainers
3
Versions
290
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electron-updater - npm Package Compare versions

Comparing version 1.11.2 to 1.12.0

2

out/AppUpdater.js

@@ -293,3 +293,3 @@ "use strict";

if (_this4._appUpdateConfigPath == null) {
_this4._appUpdateConfigPath = _path.join(process.resourcesPath, "app-update.yml");
_this4._appUpdateConfigPath = require("electron-is-dev") ? _path.join(_this4.app.getAppPath(), "dev-app-update.yml") : _path.join(process.resourcesPath, "app-update.yml");
}

@@ -296,0 +296,0 @@ return (0, (_jsYaml || _load_jsYaml()).safeLoad)((yield (0, (_fsExtraP || _load_fsExtraP()).readFile)(_this4._appUpdateConfigPath, "utf-8")));

{
"name": "electron-updater",
"version": "1.11.2",
"version": "1.12.0",
"description": "Cross platform updater for electron applications",

@@ -17,8 +17,9 @@ "main": "out/main.js",

"fs-extra-p": "^4.1.0",
"js-yaml": "^3.8.2",
"js-yaml": "^3.8.3",
"semver": "^5.3.0",
"source-map-support": "^0.4.14",
"electron-builder-http": "~16.6.0"
"electron-builder-http": "~16.6.0",
"electron-is-dev": "^0.1.2"
},
"typings": "./out/electron-updater.d.ts"
}

Sorry, the diff of this file is not supported yet

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