Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "file-set", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Expands file patterns, returning the matched and unmatched files and directories.", | ||
@@ -14,9 +14,9 @@ "main": "lib/file-set.js", | ||
"devDependencies": { | ||
"jsdoc-to-markdown": "^1.3.3", | ||
"tape": "^4.5" | ||
"jsdoc-to-markdown": "^1.3.6", | ||
"tape": "^4.6.0" | ||
}, | ||
"dependencies": { | ||
"array-back": "^1.0.2", | ||
"glob": "^7.0.0" | ||
"array-back": "^1.0.3", | ||
"glob": "^7.0.5" | ||
} | ||
} |
@@ -49,2 +49,3 @@ [![view on npm](http://img.shields.io/npm/v/file-set.svg)](https://www.npmjs.org/package/file-set) | ||
<a name="exp_module_file-set--FileSet"></a> | ||
### FileSet ⏏ | ||
@@ -55,2 +56,3 @@ Expands file patterns, returning the matched and unmatched files and directories | ||
<a name="new_module_file-set--FileSet_new"></a> | ||
#### new FileSet(patternList) | ||
@@ -63,2 +65,3 @@ | ||
<a name="module_file-set--FileSet+files"></a> | ||
#### fileSet.files : <code>Array.<string></code> | ||
@@ -69,2 +72,3 @@ The existing files found | ||
<a name="module_file-set--FileSet+dirs"></a> | ||
#### fileSet.dirs : <code>Array.<string></code> | ||
@@ -75,2 +79,3 @@ The existing directories found | ||
<a name="module_file-set--FileSet+notExisting"></a> | ||
#### fileSet.notExisting : <code>Array.<string></code> | ||
@@ -81,2 +86,3 @@ Paths which were not found | ||
<a name="module_file-set--FileSet+add"></a> | ||
#### fileSet.add(files) | ||
@@ -83,0 +89,0 @@ add file patterns to the set |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
9322
95
0
Updatedarray-back@^1.0.3
Updatedglob@^7.0.5