Comparing version 1.0.0 to 1.1.0
@@ -15,7 +15,10 @@ var fs = require('fs'); | ||
callback = options; | ||
options = {}; | ||
options = { | ||
filter: function() { return true; } | ||
}; | ||
} else { | ||
options = { | ||
filter: options | ||
}; | ||
} | ||
options = { | ||
filter: options | ||
}; | ||
} | ||
@@ -22,0 +25,0 @@ if(typeof callback !== 'function') { |
@@ -24,3 +24,3 @@ { | ||
}, | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"readmeFilename": "README.md", | ||
@@ -27,0 +27,0 @@ "bugs": { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
12155
269
0