Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

broccoli-funnel

Package Overview
Dependencies
Maintainers
2
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

broccoli-funnel - npm Package Compare versions

Comparing version 0.2.12 to 0.2.13

5

index.js

@@ -14,5 +14,6 @@ 'use strict';

var rimraf = require('rimraf');
var BlankObject = require('blank-object');
function makeDictionary() {
var cache = Object.create(null);
var cache = new BlankObject();

@@ -228,3 +229,3 @@ cache['_dict'] = null;

if (this._matchedWalk) {
entries = walkSync.entries(inputPath, undefined, this.include);
entries = walkSync.entries(inputPath, this.include);
} else {

@@ -231,0 +232,0 @@ entries = walkSync.entries(inputPath);

3

package.json
{
"name": "broccoli-funnel",
"version": "0.2.12",
"version": "0.2.13",
"description": "Broccoli plugin that allows you to filter files selected from an input node down based on regular expressions.",

@@ -22,2 +22,3 @@ "main": "index.js",

"array-equal": "^1.0.0",
"blank-object": "^1.0.1",
"broccoli-plugin": "^1.0.0",

@@ -24,0 +25,0 @@ "debug": "^2.2.0",

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