Socket
Socket
Sign inDemoInstall

electron-builder-squirrel-windows

Package Overview
Dependencies
Maintainers
1
Versions
347
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 16.0.0 to 16.4.0

8

out/squirrelWindows.js

@@ -67,9 +67,9 @@ "use strict";

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

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

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

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

"dependencies": {
"electron-builder-util": "~16.0.0",
"electron-builder-util": "~16.4.0",
"electron-builder-core": "~15.6.3",

@@ -17,0 +17,0 @@ "bluebird-lst": "^1.0.2",

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