Socket
Socket
Sign inDemoInstall

electron-builder-core

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electron-builder-core - npm Package Compare versions

Comparing version 11.2.1 to 13.4.0

6

out/core.js

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

function getArchSuffix(arch) {
return arch === Arch.x64 ? "" : `-${ Arch[arch] }`;
return arch === Arch.x64 ? "" : `-${Arch[arch]}`;
}

@@ -32,3 +32,3 @@ function toLinuxArchString(arch) {

}
throw new Error(`Unsupported arch ${ name }`);
throw new Error(`Unsupported arch ${name}`);
}

@@ -74,3 +74,3 @@ class Platform {

default:
throw new Error(`Unknown platform: ${ name }`);
throw new Error(`Unknown platform: ${name}`);
}

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

@@ -36,3 +36,8 @@ declare module "electron-builder-core" {

}
export interface TargetSpecificOptions {
readonly artifactName?: string | null
readonly forceCodeSigning?: boolean
}
}
{
"name": "electron-builder-core",
"version": "11.2.1",
"version": "13.4.0",
"main": "out/core.js",

@@ -5,0 +5,0 @@ "author": "Vladimir Krivosheev",

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