🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

glob-fs

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

glob-fs - npm Package Compare versions

Comparing version

to
0.1.3

4

middleware/exclude.js

@@ -12,3 +12,5 @@ 'use strict';

var isMatch = typeOf(pattern) === 'regexp'
? isnt(pattern)
? function (fp) {
return !pattern.test(fp);
}
: mm.matcher(pattern, opts);

@@ -15,0 +17,0 @@

@@ -12,3 +12,5 @@ 'use strict';

var isMatch = typeOf(pattern) === 'regexp'
? is(pattern)
? function (fp) {
return pattern.test(fp);
}
: mm.matcher(pattern, opts);

@@ -15,0 +17,0 @@

{
"name": "glob-fs",
"description": "file globbing for node.js. speedy and powerful alternative to node-glob.",
"version": "0.1.2",
"version": "0.1.3",
"homepage": "https://github.com/jonschlinkert/glob-fs",

@@ -6,0 +6,0 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)",