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

files-pipe

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

files-pipe - npm Package Compare versions

Comparing version 2.0.5 to 2.0.6

2

package.json
{
"name": "files-pipe",
"version": "2.0.5",
"version": "2.0.6",
"homepage": "https://github.com/baxast/files-pipe#readme",

@@ -5,0 +5,0 @@ "bugs": {

@@ -39,3 +39,3 @@ # [files-pipe] 🧪

These are the defaults for each callback.
#### These are the defaults for each callback.

@@ -66,3 +66,4 @@ ```ts

You can add multiple paths to your pipe by specifying an array as the `path`
#### You can add multiple paths to your pipe by specifying an array as the `path`
variable.

@@ -78,3 +79,3 @@

You can also provide a map of paths for different input output directories.
#### You can also provide a map of paths for different input output directories.

@@ -89,5 +90,3 @@ **`Index.ts`**

You can provide a filter to exclude files from your pipe. A filter can be an
array of regexes or a single match. You can use functions, as well to match on
file names.
#### You can provide a filter to exclude files from your pipe. A filter can be an array of regexes or a single match. You can use functions, as well to match on file names.

@@ -105,3 +104,3 @@ **`Index.ts`**

Set `Logger` to `0` if you do not want to see debug messages. Default is `2`.
#### Set `Logger` to `0` if you do not want to see debug messages. Default is `2`.

@@ -108,0 +107,0 @@ **`Index.ts`**

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