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 5.6.1 to 5.6.2

2

out/asyncTaskManager.js

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

this.errors.push(it);
return (_bluebirdLst2 || _load_bluebirdLst2()).default.resolve(null);
return Promise.resolve(null);
}));

@@ -59,0 +59,0 @@ }

@@ -1,2 +0,1 @@

import BluebirdPromise from "bluebird-lst";
export declare class DebugLogger {

@@ -7,3 +6,3 @@ readonly enabled: boolean;

add(key: string, value: any): void;
save(file: string): Promise<void> | BluebirdPromise<void>;
save(file: string): Promise<void>;
}

@@ -8,8 +8,2 @@ "use strict";

var _bluebirdLst;
function _load_bluebirdLst() {
return _bluebirdLst = _interopRequireDefault(require("bluebird-lst"));
}
var _fsExtraP;

@@ -27,4 +21,2 @@

function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
class DebugLogger {

@@ -66,3 +58,3 @@ constructor(enabled = true) {

} else {
return (_bluebirdLst || _load_bluebirdLst()).default.resolve();
return Promise.resolve();
}

@@ -69,0 +61,0 @@ }

{
"name": "builder-util",
"version": "5.6.1",
"version": "5.6.2",
"main": "out/util.js",

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

"dependencies": {
"app-builder-bin": "1.6.0",
"app-builder-bin": "1.7.0",
"temp-file": "^3.1.1",

@@ -28,5 +28,5 @@ "fs-extra-p": "^4.5.2",

"lazy-val": "^1.0.3",
"js-yaml": "^3.10.0"
"js-yaml": "^3.11.0"
},
"typings": "./out/util.d.ts"
}

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