broccoli-persistent-filter
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -42,3 +42,3 @@ 'use strict'; | ||
const worker = queue.async.asyncify((doWork) => doWork()); | ||
var worker = queue.async.asyncify(function(doWork) { return doWork(); }); | ||
@@ -198,4 +198,5 @@ module.exports = Filter; | ||
resolve(result); | ||
}).then(() => queue(worker, pendingWork, plugin.concurrency) | ||
).then((result) => { | ||
}).then(function() { | ||
return queue(worker, pendingWork, plugin.concurrency); | ||
}).then(function(result) { | ||
plugin._logger.info('applyPatches', 'duration:', timeSince(prevTime), JSON.stringify(instrumentation)); | ||
@@ -202,0 +203,0 @@ plugin._needsReset = false; |
{ | ||
"name": "broccoli-persistent-filter", | ||
"version": "1.4.0", | ||
"version": "v1.4.1", | ||
"description": "broccoli filter but with a persistent cache", | ||
@@ -5,0 +5,0 @@ "author": "Stefan Penner <stefan.penner@gmail.com>", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28013
419
1