Socket
Socket
Sign inDemoInstall

broccoli-persistent-filter

Package Overview
Dependencies
15
Maintainers
3
Versions
59
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.5 to 1.1.6

4

index.js

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

var entry = patch[2];
var outputPath = destDir + '/' + relativePath;
var outputFilePath = this.getDestFilePath(outputPath) || outputPath;
var outputPath = destDir + '/' + (this.getDestFilePath(relativePath) || relativePath);
var outputFilePath = outputPath;

@@ -80,0 +80,0 @@ this._debug('[operation:%s] %s', operation, relativePath);

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc