Socket
Socket
Sign inDemoInstall

electron-builder-util

Package Overview
Dependencies
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electron-builder-util - npm Package Compare versions

Comparing version 19.2.3 to 19.2.4

2

out/electron-builder-util.d.ts

@@ -100,3 +100,3 @@ declare module "electron-builder-util/out/log" {

export function walk(initialDirPath: string, filter?: Filter | null, consumer?: (file: string, stat: Stats, parent: string, extraIgnoredFiles: Set<string>) => any): Promise<Array<string>>
export function walk(initialDirPath: string, filter?: Filter | null, consumer?: (file: string, stat: Stats, parent: string, extraIgnoredFiles: Set<string>, siblingNames: Array<string>) => any): Promise<Array<string>>

@@ -103,0 +103,0 @@ export function copyFile(src: string, dest: string, isEnsureDir?: boolean): Promise<any>

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

}
const consumerResult = consumer == null ? null : consumer(filePath, stat, dirPath, extraIgnoredFiles);
const consumerResult = consumer == null ? null : consumer(filePath, stat, dirPath, extraIgnoredFiles, childNames);
if (consumerResult == null || !("then" in consumerResult)) {

@@ -79,0 +79,0 @@ if (stat.isDirectory()) {

{
"name": "electron-builder-util",
"version": "19.2.3",
"version": "19.2.4",
"main": "out/util.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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc