Comparing version 0.1.1 to 0.1.2
@@ -46,2 +46,10 @@ 'use strict'; | ||
if (!pending) { | ||
// nothing to do | ||
// ensure callback called asynchronously | ||
return process.nextTick(function() { | ||
callback(null, []); | ||
}) | ||
} | ||
// walk the patterns | ||
@@ -48,0 +56,0 @@ patterns.forEach(function (pattern) { |
{ | ||
"name": "globs", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"author": "Stephen Mathieson <me@stephenmathieson.com>", | ||
@@ -11,3 +11,3 @@ "repository": { | ||
"dependencies": { | ||
"glob": "~3.1.21" | ||
"glob": "^4.0.2" | ||
}, | ||
@@ -14,0 +14,0 @@ "devDependencies": { |
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
4913
6
85
+ Addedbalanced-match@1.0.2(transitive)
+ Addedbrace-expansion@1.1.11(transitive)
+ Addedconcat-map@0.0.1(transitive)
+ Addedglob@4.5.3(transitive)
+ Addedinflight@1.0.6(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedminimatch@2.0.10(transitive)
+ Addedonce@1.4.0(transitive)
+ Addedwrappy@1.0.2(transitive)
- Removedglob@3.1.21(transitive)
- Removedgraceful-fs@1.2.3(transitive)
- Removedinherits@1.0.2(transitive)
- Removedlru-cache@2.7.3(transitive)
- Removedminimatch@0.2.14(transitive)
- Removedsigmund@1.0.1(transitive)
Updatedglob@^4.0.2