Socket
Socket
Sign inDemoInstall

electron-builder-squirrel-windows

Package Overview
Dependencies
Maintainers
1
Versions
353
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electron-builder-squirrel-windows - npm Package Compare versions

Comparing version 11.2.1 to 11.2.5

13

out/squirrelWindows.js

@@ -59,3 +59,4 @@ "use strict";

}
const appInfo = _this.packager.appInfo;
const packager = _this.packager;
const appInfo = packager.appInfo;
const version = appInfo.version;

@@ -66,10 +67,10 @@ const archSuffix = (0, (_electronBuilderCore || _load_electronBuilderCore()).getArchSuffix)(arch);

const distOptions = yield _this.computeEffectiveDistOptions();
yield (0, (_squirrelPack || _load_squirrelPack()).buildInstaller)(distOptions, installerOutDir, setupFileName, _this.packager, appOutDir);
_this.packager.dispatchArtifactCreated(_path.join(installerOutDir, setupFileName), `${ appInfo.name }-Setup-${ version }${ archSuffix }.exe`);
yield (0, (_squirrelPack || _load_squirrelPack()).buildInstaller)(distOptions, installerOutDir, setupFileName, packager, appOutDir);
packager.dispatchArtifactCreated(_path.join(installerOutDir, setupFileName), _this, `${ appInfo.name }-Setup-${ version }${ archSuffix }.exe`);
const packagePrefix = `${ appInfo.name }-${ (0, (_squirrelPack || _load_squirrelPack()).convertVersion)(version) }-`;
_this.packager.dispatchArtifactCreated(_path.join(installerOutDir, `${ packagePrefix }full.nupkg`));
packager.dispatchArtifactCreated(_path.join(installerOutDir, `${ packagePrefix }full.nupkg`), _this);
if (distOptions.remoteReleases != null) {
_this.packager.dispatchArtifactCreated(_path.join(installerOutDir, `${ packagePrefix }delta.nupkg`));
packager.dispatchArtifactCreated(_path.join(installerOutDir, `${ packagePrefix }delta.nupkg`), _this);
}
_this.packager.dispatchArtifactCreated(_path.join(installerOutDir, "RELEASES"));
packager.dispatchArtifactCreated(_path.join(installerOutDir, "RELEASES"), _this);
})();

@@ -76,0 +77,0 @@ }

{
"name": "electron-builder-squirrel-windows",
"version": "11.2.1",
"version": "11.2.5",
"main": "out/squirrelWindows.js",

@@ -14,3 +14,3 @@ "author": "Vladimir Krivosheev",

"dependencies": {
"electron-builder-util": "~11.2.1",
"electron-builder-util": "~11.2.5",
"electron-builder-core": "~11.2.1",

@@ -17,0 +17,0 @@ "bluebird-lst-c": "^1.0.5",

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