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.1 to 4.2.2

2

out/asyncTaskManager.js

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

this.tasks.push(promise.catch(it => {
(_log || _load_log()).log.debug({ error: it.message }, "async task error");
(_log || _load_log()).log.debug({ error: it.message || it.toString() }, "async task error");
this.errors.push(it);

@@ -57,0 +57,0 @@ return (_bluebirdLst2 || _load_bluebirdLst2()).default.resolve(null);

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

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

"debug": "^3.1.0",
"builder-util-runtime": "^4.0.3",
"source-map-support": "^0.5.1",
"builder-util-runtime": "^4.0.4",
"source-map-support": "^0.5.3",
"7zip-bin": "^2.4.1",

@@ -25,0 +25,0 @@ "ini": "^1.3.5",

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