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.4 to 1.2.5

5

index.js

@@ -18,3 +18,3 @@ 'use strict';

var FSTree = require('fs-tree-diff');
var IS_VERBOSE = !!process.env.DEBUG_VERBOSE
var IS_VERBOSE = !!process.env.DEBUG_VERBOSE;

@@ -117,6 +117,5 @@ module.exports = Filter;

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

@@ -123,0 +122,0 @@

3

package.json
{
"name": "broccoli-persistent-filter",
"version": "1.2.4",
"version": "1.2.5",
"description": "broccoli filter but with a persistent cache",

@@ -53,2 +53,3 @@ "author": "Stefan Penner <stefan.penner@gmail.com>",

"mocha": "^2.2.5",
"mocha-jshint": "^2.3.1",
"rimraf": "^2.4.2",

@@ -55,0 +56,0 @@ "sinon": "^1.15.3",

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