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 15.2.0 to 15.3.0

29

out/electron-builder-core.d.ts

@@ -60,3 +60,32 @@ declare module "electron-builder-core" {

export const DIR_TARGET = "dir"
export interface AuthorMetadata {
readonly name: string
readonly email?: string
}
export type CompressionLevel = "store" | "normal" | "maximum"
export interface RepositoryInfo {
readonly url: string
}
export interface FilePattern {
from?: string
to?: string
filter?: Array<string> | string
}
export interface AsarOptions {
smartUnpack?: boolean
ordering?: string | null
extraMetadata?: any | null
}
export interface BeforeBuildContext {
readonly appDir: string
readonly electronVersion: string
readonly platform: Platform
readonly arch: string
}
}

2

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