Socket
Socket
Sign inDemoInstall

broccoli-filter

Package Overview
Dependencies
Maintainers
3
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

broccoli-filter - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

12

CHANGELOG.md
# master
# 1.2.3
* Update `walk-sync` dependency.
# 1.2.2
* (Based on 1.2.0:) Fix file naming issue in caching code
# 1.2.1
* Temporarily revert to 1.1.0
# 1.2.0

@@ -4,0 +16,0 @@

2

index.js

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

function asyncProcessFileErrorWrapper(e) {
if (typeof e !== 'object') e = new Error('' + e);
if (typeof e !== 'object' || e === null) e = new Error('' + e);
e.file = relativePath;

@@ -132,0 +132,0 @@ e.treeDir = srcDir;

{
"name": "broccoli-filter",
"description": "Helper base class for Broccoli plugins that map input files into output files one-to-one",
"version": "1.2.2",
"version": "1.2.3",
"author": [

@@ -36,3 +36,3 @@ "Jo Liss <joliss42@gmail.com>",

"symlink-or-copy": "^1.0.1",
"walk-sync": "^0.1.3"
"walk-sync": "^0.2.6"
},

@@ -39,0 +39,0 @@ "devDependencies": {

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