Comparing version 1.1.1 to 1.1.2
14
index.js
@@ -206,1 +206,15 @@ 'use strict' | ||
} | ||
//compatibility for node <= 0.10.x | ||
if (!util.isFunction) { | ||
util.isFunction = function (subject) { | ||
return typeof subject === 'function' | ||
} | ||
} | ||
if (!util.isString) { | ||
util.isString = function (subject) { | ||
return typeof subject === 'string' | ||
} | ||
} |
{ | ||
"name": "fs-expand", | ||
"version": "1.1.1", | ||
"description": "An extended fs glob", | ||
"version": "1.1.2", | ||
"description": "An extended fs traverser", | ||
"main": "index.js", | ||
@@ -14,3 +14,8 @@ "scripts": { | ||
"keywords": [ | ||
"fs-expand" | ||
"fs", | ||
"dir", | ||
"find", | ||
"ls", | ||
"glob", | ||
"ignore" | ||
], | ||
@@ -31,3 +36,3 @@ "engines": { | ||
"async": "^1.5.0", | ||
"glob": "^6.0.3", | ||
"glob": "^7.0.3", | ||
"make-array": "^1.0.1", | ||
@@ -34,0 +39,0 @@ "underscore": "^1.8.3", |
13135
306
+ Addedfs.realpath@1.0.0(transitive)
+ Addedglob@7.2.3(transitive)
- Removedglob@6.0.4(transitive)
Updatedglob@^7.0.3