Comparing version 1.0.0 to 1.0.1
// Generated by CoffeeScript 1.6.3 | ||
(function() { | ||
var Finder, fs, moment, path; | ||
var Finder, fs, moment, _path; | ||
fs = require('fs'); | ||
path = require('path'); | ||
_path = require('path'); | ||
@@ -25,3 +25,3 @@ moment = require('moment'); | ||
function Finder(directory) { | ||
directory = path.resolve(directory); | ||
directory = _path.resolve(directory); | ||
this.directory = directory; | ||
@@ -80,3 +80,3 @@ } | ||
Finder.prototype.getPaths = function(dir, type, mask) { | ||
var exclude, filter, ok, paths, stat, _i, _j, _k, _len, _len1, _len2, _ref, _ref1, _ref2; | ||
var exclude, filter, ok, path, paths, stat, _i, _j, _k, _len, _len1, _len2, _ref, _ref1, _ref2; | ||
if (type == null) { | ||
@@ -83,0 +83,0 @@ type = 'all'; |
{ | ||
"name": "fs-finder", | ||
"description": "File system recursive finder", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "David Kudera", |
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
10215