Socket
Socket
Sign inDemoInstall

electron-builder-squirrel-windows

Package Overview
Dependencies
Maintainers
2
Versions
346
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 24.8.0 to 24.8.1

4

out/squirrelPack.js

@@ -94,2 +94,3 @@ "use strict";

const embeddedArchiveFile = await this.packager.getTempFile("setup.zip");
await (0, fs_extra_1.chmod)(_7zip_bin_1.path7za, 0o755);
await (0, builder_util_1.exec)(_7zip_bin_1.path7za, (0, archive_1.compute7zCompressArgs)("zip", {

@@ -175,3 +176,4 @@ isRegularFile: true,

}
function execSw(options, args) {
async function execSw(options, args) {
await (0, fs_extra_1.chmod)(_7zip_bin_1.path7za, 0o755);
return (0, builder_util_1.exec)(process.platform === "win32" ? path.join(options.vendorPath, "Update.com") : "mono", (0, wine_1.prepareWindowsExecutableArgs)(args, path.join(options.vendorPath, "Update-Mono.exe")), {

@@ -178,0 +180,0 @@ env: {

{
"name": "electron-builder-squirrel-windows",
"version": "24.8.0",
"version": "24.8.1",
"main": "out/SquirrelWindowsTarget.js",

@@ -20,4 +20,4 @@ "author": "Vladimir Krivosheev",

"fs-extra": "^10.1.0",
"app-builder-lib": "24.8.0",
"builder-util": "24.8.0"
"app-builder-lib": "24.8.1",
"builder-util": "24.8.1"
},

@@ -29,5 +29,5 @@ "devDependencies": {

"optionalDependencies": {
"7zip-bin": "~5.1.1"
"7zip-bin": "~5.2.0"
},
"types": "./out/SquirrelWindowsTarget.d.ts"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc