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 17.2.0 to 18.4.0

23

out/electron-builder-core.d.ts
declare module "electron-builder-core" {
import { AsarIntegrityOptions } from "asar-integrity"
import { Publish } from "electron-builder-http/out/publishOptions"

@@ -91,3 +92,3 @@ export enum Arch {

export interface AsarOptions {
export interface AsarOptions extends AsarIntegrityOptions {
smartUnpack?: boolean

@@ -160,22 +161,2 @@ ordering?: string | null

/**
* `directories`
*/
export interface MetadataDirectories {
/**
* The path to build resources.
* @default build
*/
readonly buildResources?: string | null
/**
* The output directory.
* @default dist
*/
readonly output?: string | null
/**
* The application directory (containing the application package.json), defaults to `app`, `www` or working directory.
*/
readonly app?: string | null
}
export interface SourceRepositoryInfo {

@@ -182,0 +163,0 @@ type: string

2

package.json
{
"name": "electron-builder-core",
"version": "17.2.0",
"version": "18.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