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.2.10 to 1.2.11

8

CHANGELOG.md
# master
# 1.2.11
* instrument walkSync times
# 1.2.10
* Add some info level logging (build summaries)
# 1.2.9

@@ -4,0 +12,0 @@

@@ -97,3 +97,6 @@ 'use strict';

var walkStart = process.hrtime();
var entries = walkSync.entries(srcDir);
var walkDuration = timeSince(walkStart);
var nextTree = new FSTree.fromEntries(entries);

@@ -108,4 +111,9 @@ var currentTree = this.currentTree;

instrumentation.stats.entries = entries.length;
instrumentation.stats.walk = {
entries: entries.length,
duration: walkDuration
};
this._logger.info('derivePatches', 'duration:', timeSince(prevTime), JSON.stringify(instrumentation.stats));
instrumentation.stop();

@@ -112,0 +120,0 @@

2

package.json
{
"name": "broccoli-persistent-filter",
"version": "1.2.10",
"version": "1.2.11",
"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