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 1.0.0 to 1.0.1

10

package.json
{
"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.&lt;string&gt;</code>

@@ -69,2 +72,3 @@ The existing files found

<a name="module_file-set--FileSet+dirs"></a>
#### fileSet.dirs : <code>Array.&lt;string&gt;</code>

@@ -75,2 +79,3 @@ The existing directories found

<a name="module_file-set--FileSet+notExisting"></a>
#### fileSet.notExisting : <code>Array.&lt;string&gt;</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

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