Socket
Socket
Sign inDemoInstall

broccoli-persistent-filter

Package Overview
Dependencies
Maintainers
2
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.0.2 to 1.0.3

4

index.js

@@ -106,4 +106,4 @@ 'use strict';

*/
Filter.prototype.cacheKeyProcessString = function(string /*, relativePath*/) {
return md5Hex(string);
Filter.prototype.cacheKeyProcessString = function(string, relativePath) {
return md5Hex(string + 0x00 + relativePath);
};

@@ -110,0 +110,0 @@

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