Socket
Socket
Sign inDemoInstall

broccoli-persistent-filter

Package Overview
Dependencies
56
Maintainers
3
Versions
59
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.3 to 1.2.4

12

CHANGELOG.md
# master
# 1.2.3
* improve debug logging, less verbose by default, but more verbose with opt-in DEBUG_VERBOSE=true
# 1.2.2
* revert FSTreeDiff update
# 1.2.1
* upgrade FSTreeDiff
# 1.2.0

@@ -4,0 +16,0 @@

8

index.js

@@ -116,4 +116,5 @@ 'use strict';

this._debug('build complete: %s, in: %dms', '' + this, Date.now() - start);
this.debugLogCounters()
this.resetCounters()
debugger;
this.debugLogCounters();
this.resetCounters();
}.bind(this))

@@ -146,4 +147,3 @@ };

linked: 0,
processed: 0,
selfTime: 0
processed: 0
};

@@ -150,0 +150,0 @@ };

{
"name": "broccoli-persistent-filter",
"version": "1.2.3",
"version": "1.2.4",
"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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc