Socket
Socket
Sign inDemoInstall

file-set

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

file-set - npm Package Compare versions

Comparing version 0.2.4 to 0.2.5

2

package.json
{
"name": "file-set",
"version": "0.2.4",
"version": "0.2.5",
"description": "Expands file patterns, returning the matched and unmatched files and directories.",

@@ -5,0 +5,0 @@ "main": "lib/file-set.js",

@@ -50,17 +50,18 @@ [![view on npm](http://img.shields.io/npm/v/file-set.svg)](https://www.npmjs.org/package/file-set)

* [file-set](#module_file-set)
* [class: FileSet](#exp_module_file-set--FileSet) ⏏
* [FileSet](#exp_module_file-set--FileSet) ⏏
* [new FileSet(patternList)](#new_module_file-set--FileSet_new)
* _instance_
* [.list](#module_file-set--FileSet#list) → <code>Array.&lt;string&gt;</code>
* [.files](#module_file-set--FileSet#files) → <code>Array.&lt;string&gt;</code>
* [.dirs](#module_file-set--FileSet#dirs) → <code>Array.&lt;string&gt;</code>
* [.notExisting](#module_file-set--FileSet#notExisting) → <code>Array.&lt;string&gt;</code>
* [.list](#module_file-set--FileSet#list) : <code>Array.&lt;string&gt;</code>
* [.files](#module_file-set--FileSet#files) : <code>Array.&lt;string&gt;</code>
* [.dirs](#module_file-set--FileSet#dirs) : <code>Array.&lt;string&gt;</code>
* [.notExisting](#module_file-set--FileSet#notExisting) : <code>Array.&lt;string&gt;</code>
* [.add(files)](#module_file-set--FileSet#add)
* _static_
* [enum: .eFileType](#module_file-set--FileSet.eFileType) → <code>number</code>
* [.eFileType](#module_file-set--FileSet.eFileType) : <code>number</code>
<a name="exp_module_file-set--FileSet"></a>
### class: FileSet ⏏
### FileSet ⏏
Expands file patterns, returning the matched and unmatched files and directories
**Kind**: Exported class
<a name="new_module_file-set--FileSet_new"></a>

@@ -74,17 +75,21 @@ #### new FileSet(patternList)

<a name="module_file-set--FileSet#list"></a>
#### fileSet.list → <code>Array.&lt;string&gt;</code>
#### fileSet.list : <code>Array.&lt;string&gt;</code>
The full list of unique paths found, and not found.
**Kind**: instance property of <code>[FileSet](#exp_module_file-set--FileSet)</code>
<a name="module_file-set--FileSet#files"></a>
#### fileSet.files → <code>Array.&lt;string&gt;</code>
#### fileSet.files : <code>Array.&lt;string&gt;</code>
The existing files found
**Kind**: instance property of <code>[FileSet](#exp_module_file-set--FileSet)</code>
<a name="module_file-set--FileSet#dirs"></a>
#### fileSet.dirs → <code>Array.&lt;string&gt;</code>
#### fileSet.dirs : <code>Array.&lt;string&gt;</code>
The existing directories found
**Kind**: instance property of <code>[FileSet](#exp_module_file-set--FileSet)</code>
<a name="module_file-set--FileSet#notExisting"></a>
#### fileSet.notExisting → <code>Array.&lt;string&gt;</code>
#### fileSet.notExisting : <code>Array.&lt;string&gt;</code>
Paths which were not found
**Kind**: instance property of <code>[FileSet](#exp_module_file-set--FileSet)</code>
<a name="module_file-set--FileSet#add"></a>

@@ -94,2 +99,3 @@ #### fileSet.add(files)

**Kind**: instance method of <code>[FileSet](#exp_module_file-set--FileSet)</code>

@@ -101,5 +107,6 @@ | Param | Type | Description |

<a name="module_file-set--FileSet.eFileType"></a>
#### enum: FileSet.eFileType → <code>number</code>
#### FileSet.eFileType : <code>number</code>
Enum for the `type` value of each record in `fileSet.list`
**Kind**: static enum property of <code>[FileSet](#exp_module_file-set--FileSet)</code>
**Read only**: true

@@ -115,3 +122,2 @@ **Properties**

*documented by [jsdoc-to-markdown](https://github.com/75lb/jsdoc-to-markdown)*

Sorry, the diff of this file is not supported yet

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