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.6 to 0.2.7

6

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

@@ -13,8 +13,8 @@ "main": "lib/file-set.js",

"devDependencies": {
"tape": "^3.0.3"
"tape": "^4"
},
"dependencies": {
"array-tools": "^1.0.4",
"glob": "^4.3.2"
"glob": "^4"
}
}

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

* _static_
* [.eFileType](#module_file-set--FileSet.eFileType) : <code>number</code>
* [.eFileType](#module_file-set--FileSet.eFileType) : <code>enum</code>

@@ -72,3 +72,3 @@ <a name="exp_module_file-set--FileSet"></a>

| --- | --- | --- |
| patternList | <code>string</code> \| <code>Array.&lt;string&gt;</code> | A pattern, or array of patterns to expand |
| patternList | <code>string</code> &#124; <code>Array.&lt;string&gt;</code> | A pattern, or array of patterns to expand |

@@ -103,6 +103,6 @@ <a name="module_file-set--FileSet#list"></a>

| --- | --- | --- |
| files | <code>string</code> \| <code>Array.&lt;string&gt;</code> | A pattern, or array of patterns to expand |
| files | <code>string</code> &#124; <code>Array.&lt;string&gt;</code> | A pattern, or array of patterns to expand |
<a name="module_file-set--FileSet.eFileType"></a>
#### FileSet.eFileType : <code>number</code>
#### FileSet.eFileType : <code>enum</code>
Enum for the `type` value of each record in `fileSet.list`

@@ -121,2 +121,4 @@

*documented by [jsdoc-to-markdown](https://github.com/75lb/jsdoc-to-markdown)*
* * *
&copy; 2015 Lloyd Brookes \<75pound@gmail.com\>. Documented by [jsdoc-to-markdown](https://github.com/jsdoc2md/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