Socket
Socket
Sign inDemoInstall

broccoli-persistent-filter

Package Overview
Dependencies
Maintainers
4
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

broccoli-persistent-filter - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

7

index.js

@@ -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>",

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