Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.3.0 to 19.4.0

4

out/deepAssign.js

@@ -21,6 +21,2 @@ "use strict";

const prevValue = target[key];
if (prevValue === null) {
// if explicitly set to null, it means that we want to not use default or inherited value
return;
}
if (prevValue == null || value == null || !isObject(prevValue) || !isObject(value)) {

@@ -27,0 +23,0 @@ target[key] = value;

6

package.json
{
"name": "electron-builder-util",
"version": "19.3.0",
"version": "19.4.0",
"main": "out/util.js",

@@ -15,3 +15,3 @@ "author": "Vladimir Krivosheev",

"fs-extra-p": "^4.3.0",
"fcopy-pre-bundled": "0.3.3",
"fcopy-pre-bundled": "0.3.4",
"is-ci": "^1.0.10",

@@ -23,3 +23,3 @@ "stat-mode": "^0.2.2",

"node-emoji": "^1.5.1",
"electron-builder-http": "~19.2.3",
"electron-builder-http": "~19.4.0",
"source-map-support": "^0.4.15",

@@ -26,0 +26,0 @@ "7zip-bin": "^2.1.0",

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