@electron/packager
Advanced tools
Comparing version 18.3.0 to 18.3.1
@@ -117,6 +117,11 @@ "use strict"; | ||
if (options.asarIntegrity) { | ||
const integrityList = Object.keys(options.asarIntegrity).map((file) => ({ | ||
file, | ||
alg: options.asarIntegrity[file].algorithm, | ||
value: options.asarIntegrity[file].hash, | ||
})); | ||
res.entries.push({ | ||
type: 'Integrity', | ||
id: 'ElectronAsar', | ||
bin: Buffer.from(JSON.stringify(options.asarIntegrity)).buffer, | ||
type: 'INTEGRITY', | ||
id: 'ELECTRONASAR', | ||
bin: Buffer.from(JSON.stringify(integrityList), 'utf-8'), | ||
lang: languageInfo[0].lang, | ||
@@ -123,0 +128,0 @@ codepage: languageInfo[0].codepage, |
{ | ||
"name": "@electron/packager", | ||
"version": "18.3.0", | ||
"version": "18.3.1", | ||
"description": "Customize and package your Electron app with OS-specific bundles (.app, .exe, etc.) via JS or CLI", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
223967
3030
0