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

builder-util

Package Overview
Dependencies
Maintainers
1
Versions
258
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

builder-util - npm Package Compare versions

Comparing version 4.2.0 to 4.2.1

2

out/fs.js

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

function copyFile(src, dest, isEnsureDir = true) {
return (isEnsureDir ? (0, (_fsExtraP || _load_fsExtraP()).ensureDir)(_path.dirname(dest)) : (_bluebirdLst2 || _load_bluebirdLst2()).default.resolve()).then(() => copyOrLinkFile(src, dest, null, false));
return (isEnsureDir ? (0, (_fsExtraP || _load_fsExtraP()).ensureDir)(_path.dirname(dest)) : Promise.resolve()).then(() => copyOrLinkFile(src, dest, null, false));
}

@@ -172,0 +172,0 @@ /**

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

class NodeHttpExecutor extends (_builderUtilRuntime || _load_builderUtilRuntime()).HttpExecutor {
constructor() {
super(...arguments);
this.httpsAgentPromise = null;
}
download(url, destination, options = { cancellationToken: new (_builderUtilRuntime || _load_builderUtilRuntime()).CancellationToken() }) {

@@ -119,0 +123,0 @@ var _this = this;

{
"name": "builder-util",
"version": "4.2.0",
"version": "4.2.1",
"main": "out/util.js",

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

"debug": "^3.1.0",
"builder-util-runtime": "^4.0.2",
"builder-util-runtime": "^4.0.3",
"source-map-support": "^0.5.1",

@@ -24,0 +24,0 @@ "7zip-bin": "^2.4.1",

Sorry, the diff of this file is not supported yet

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